We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e941f commit 8192cf5Copy full SHA for 8192cf5
1 file changed
.github/workflows/release.yml
@@ -25,10 +25,7 @@ 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
@@ -37,4 +34,3 @@ jobs:
37
env:
38
35
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
39
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
- GPG_TTY: ${{ env.GPG_TTY }}
0 commit comments