Skip to content

Commit

Permalink
chore: update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
leggetter authored Oct 11, 2024
1 parent 45b95fe commit f6c2db8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ 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"
distribution: goreleaser
version: '~> v2'
args: release --clean
env:
# GitHub sets the GITHUB_TOKEN secret automatically.
Expand Down

0 comments on commit f6c2db8

Please sign in to comment.