Skip to content

Commit

Permalink
fix: update goreleaser and trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsddr committed Jun 13, 2024
1 parent 8694b3d commit 22a10a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
gpg_private_key: ${{ secrets.TFREG_GPG_PRIVATE_KEY }}
passphrase: ""
- uses: goreleaser/goreleaser-action@v3
- 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 22a10a5

Please sign in to comment.