Skip to content

Commit

Permalink
update GPG releaser parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bozerkins committed May 9, 2024
1 parent fc2c32f commit 269d56d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
name: Import GPG key
id: import_gpg
uses: crazy-max/[email protected]
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/[email protected]
Expand Down

0 comments on commit 269d56d

Please sign in to comment.