Skip to content

Commit

Permalink
fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nvthongswansea committed Sep 18, 2024
1 parent fbba265 commit e7e941f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ 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 @@ -34,3 +37,4 @@ jobs:
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_TTY: ${{ env.GPG_TTY }}

0 comments on commit e7e941f

Please sign in to comment.