Skip to content

Commit

Permalink
Add GPG_TTY (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski authored Feb 18, 2025
1 parent 093d619 commit e388394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

- name: Sign Checksum File
run: |
export GPG_TTY=$(tty)
gpg --detach-sign --local-user ${{ secrets.GPG_KEY_ID }} --output ${{ steps.checksum.outputs.checksum_file }}.sig ${{ steps.checksum.outputs.checksum_file }}
- name: Prepare Manifest File
Expand Down

0 comments on commit e388394

Please sign in to comment.