Skip to content

Commit

Permalink
Update variable name for GPG_PASSPHRASE
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Jun 3, 2022
1 parent 2208a32 commit d4a76d5
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 @@ -37,7 +37,7 @@ jobs:
env:
# These secrets will need to be configured for the repository:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3.0.0
Expand Down

0 comments on commit d4a76d5

Please sign in to comment.