Skip to content

Commit

Permalink
fix user terminal (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Mar 15, 2024
1 parent e923fd5 commit 4a9a06a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Expand Up @@ -55,9 +55,7 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Set the user terminal
run: |
GPG_TTY=$(tty)
export GPG_TTY
run: GPG_TTY=$(tty) && export GPG_TTY
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
with:
Expand Down

0 comments on commit 4a9a06a

Please sign in to comment.