Skip to content

Commit

Permalink
based on goreleaser/goreleaser-action#313, changing key to PASSPHRASE…
Browse files Browse the repository at this point in the history
… from GPG_PASSPHRASE
  • Loading branch information
bryanmaclean committed Oct 17, 2022
1 parent 0d42d9f commit 1f8828f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
# These secrets will need to be configured for the repository:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3.0.0
Expand Down

0 comments on commit 1f8828f

Please sign in to comment.