Skip to content

Commit

Permalink
release: Use correct version syntax for goreleaser-action.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Aug 14, 2024
1 parent b9a67f8 commit fc70ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
# goreleaser version (NOT goreleaser-action version)
# update inline with the Makefile
version: v2@latest
version: '~> v2'
args: release --clean
env:
AUR_KEY: '${{ github.workspace }}/aur_key'
Expand Down

0 comments on commit fc70ca5

Please sign in to comment.