Skip to content

Commit

Permalink
Clear warning on goreleaser GitHub action related to version
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Jul 30, 2024
1 parent 40c992e commit d47d700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go_releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: "~> v2"
version: 2
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d47d700

Please sign in to comment.