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 1eddd6f commit 047a0e3Copy full SHA for 047a0e3
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
27
PASSPHRASE: ${{ secrets.PASSPHRASE }}
28
- name: Set the user terminal
29
- run: GPG_TTY="$(tty)" && export GPG_TTY
+ run: export GPG_TTY=$(tty)
30
-
31
name: Run GoReleaser
32
uses: goreleaser/goreleaser-action@v4
0 commit comments