We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbba265 commit e7e941fCopy full SHA for e7e941f
1 file changed
.github/workflows/release.yml
@@ -25,7 +25,10 @@ jobs:
25
with:
26
gpg_private_key: ${{ secrets.RELEASE_SIGNING_KEY }}
27
passphrase: ${{ secrets.RELEASE_SIGNING_KEY_PASSPHRASE }}
28
-
+
29
+ - name: Set GPG_TTY
30
+ run: echo "GPG_TTY=$(tty)" >> $GITHUB_ENV
31
32
- name: Run GoReleaser
33
uses: goreleaser/goreleaser-action@v2
34
@@ -34,3 +37,4 @@ jobs:
37
env:
35
38
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
36
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
+ GPG_TTY: ${{ env.GPG_TTY }}
0 commit comments