Skip to content

Commit 047a0e3

Browse files
Update release.yml (#1239)
1 parent 1eddd6f commit 047a0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
2727
PASSPHRASE: ${{ secrets.PASSPHRASE }}
2828
- name: Set the user terminal
29-
run: GPG_TTY="$(tty)" && export GPG_TTY
29+
run: export GPG_TTY=$(tty)
3030
-
3131
name: Run GoReleaser
3232
uses: goreleaser/goreleaser-action@v4

0 commit comments

Comments
 (0)