Skip to content

Commit d4a76d5

Browse files
committed
Update variable name for GPG_PASSPHRASE
1 parent 2208a32 commit d4a76d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
# These secrets will need to be configured for the repository:
3939
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
40-
PASSPHRASE: ${{ secrets.PASSPHRASE }}
40+
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
4141
-
4242
name: Run GoReleaser
4343
uses: goreleaser/[email protected]

0 commit comments

Comments
 (0)