Skip to content

Commit

Permalink
fix: goreleaser issue
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Dec 6, 2023
1 parent a958966 commit 32054e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
if: success() && startsWith(github.ref, 'refs/tags/')
with:
version: latest
version: "v1.21.2"
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 32054e4

Please sign in to comment.