We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ab4bc commit 4be1b72Copy full SHA for 4be1b72
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: crazy-max/ghaction-import-gpg@v2
25
env:
26
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
27
- passphrase: ${{ secrets.passphrase }}
+ PASSPHRASE: ${{ secrets.PASSPHRASE }}
28
29
- name: Run GoReleaser
30
uses: goreleaser/goreleaser-action@v2
0 commit comments