We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31b65d commit 4ac7603Copy full SHA for 4ac7603
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
id: import_gpg
31
with:
32
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
33
- passphrase: ${{ secrets.PASSPHRASE }}
+ passphrase: ${{ secrets.GPG_PASSPHRASE }}
34
- name: Run GoReleaser
35
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
36
0 commit comments