Skip to content

Commit

Permalink
Revert "fix release pipeline"
Browse files Browse the repository at this point in the history
This reverts commit e7e941f.
  • Loading branch information
nvthongswansea committed Sep 18, 2024
1 parent e7e941f commit 8192cf5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
with:
gpg_private_key: ${{ secrets.RELEASE_SIGNING_KEY }}
passphrase: ${{ secrets.RELEASE_SIGNING_KEY_PASSPHRASE }}

- name: Set GPG_TTY
run: echo "GPG_TTY=$(tty)" >> $GITHUB_ENV


- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand All @@ -37,4 +34,3 @@ jobs:
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_TTY: ${{ env.GPG_TTY }}

0 comments on commit 8192cf5

Please sign in to comment.