We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873942e commit b9b8015Copy full SHA for b9b8015
.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
36
with:
37
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
38
passphrase: ${{ secrets.GPG_PASSPHRASE }}
39
+ fingerprint: ${{ secrets.GPG_FINGERPRINT }}
40
-
41
name: Run GoReleaser
42
uses: goreleaser/goreleaser-action@v2
0 commit comments