fix: 固定主版本

This commit is contained in:
spiritlhl
2025-07-20 21:31:40 +08:00
committed by GitHub
parent c5aeda45bd
commit 96117a040e

View File

@@ -35,7 +35,8 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
# version: latest
version: '~> v2'
args: release
env:
GITHUB_TOKEN: ${{ secrets.GHT }}
@@ -70,4 +71,4 @@ jobs:
git commit -m "chore: update ECS_VERSION to $VERSION in goecs.sh"
git push origin $BRANCH
env:
GITHUB_TOKEN: ${{ secrets.GHT }}
GITHUB_TOKEN: ${{ secrets.GHT }}