Skip to content

Commit 8192cf5

Browse files
Revert "fix release pipeline"
This reverts commit e7e941f.
1 parent e7e941f commit 8192cf5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
2525
with:
2626
gpg_private_key: ${{ secrets.RELEASE_SIGNING_KEY }}
2727
passphrase: ${{ secrets.RELEASE_SIGNING_KEY_PASSPHRASE }}
28-
29-
- name: Set GPG_TTY
30-
run: echo "GPG_TTY=$(tty)" >> $GITHUB_ENV
31-
28+
3229
- name: Run GoReleaser
3330
uses: goreleaser/goreleaser-action@v2
3431
with:
@@ -37,4 +34,3 @@ jobs:
3734
env:
3835
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
3936
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
GPG_TTY: ${{ env.GPG_TTY }}

0 commit comments

Comments
 (0)