Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
update template due to change in goreleaser v6
  • Loading branch information
bsimonWallix authored Jul 30, 2024
1 parent dc4473d commit ff4b0d1
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 @@ -31,8 +31,9 @@ jobs:
name: Run GoReleaser
uses: goreleaser/[email protected]
with:
version: latest
args: release --rm-dist
distribution: goreleaser
version: "~> v2"
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
Expand Down

0 comments on commit ff4b0d1

Please sign in to comment.