We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2208a32 commit d4a76d5Copy full SHA for d4a76d5
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
# These secrets will need to be configured for the repository:
39
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
40
- PASSPHRASE: ${{ secrets.PASSPHRASE }}
+ PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
41
-
42
name: Run GoReleaser
43
uses: goreleaser/[email protected]
0 commit comments