Skip to content

Commit

Permalink
Update release workflow (#555)
Browse files Browse the repository at this point in the history
* update release workflow

* update action version
  • Loading branch information
AndreasSteinerPF authored Sep 12, 2024
1 parent 962abfa commit 1d971f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3.1.0
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
Expand Down

0 comments on commit 1d971f5

Please sign in to comment.