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 e923fd5 commit 4a9a06aCopy full SHA for 4a9a06a
.github/workflows/release.yml
@@ -55,9 +55,7 @@ jobs:
55
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
56
passphrase: ${{ secrets.PASSPHRASE }}
57
- name: Set the user terminal
58
- run: |
59
- GPG_TTY=$(tty)
60
- export GPG_TTY
+ run: GPG_TTY=$(tty) && export GPG_TTY
61
- name: Run GoReleaser
62
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
63
with:
0 commit comments