Skip to content

Commit

Permalink
Resolves #188 - Fixes signing issue (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-r-west authored Aug 10, 2022
1 parent f4b9ff4 commit adf343a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ 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
Expand Down

0 comments on commit adf343a

Please sign in to comment.