Skip to content

Commit

Permalink
correct goreleaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcping committed Aug 19, 2024
1 parent 0a35e51 commit fcc40ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6.0.0
with:
version: latest
args: release --rm-dist
version: "~> v2"
args: release --clean
distribution: goreleaser
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fcc40ca

Please sign in to comment.