Skip to content

Commit

Permalink
Update goreleaser version (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
vandyliu authored Jun 26, 2024
1 parent ef45e59 commit d6aff07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
uses: goreleaser/goreleaser-action@v6
with:
version: '~> v2'
args: release --clean
env:
# GitHub sets the GITHUB_TOKEN secret automatically.
Expand Down

0 comments on commit d6aff07

Please sign in to comment.