Skip to content

Commit

Permalink
Added GPG_TTY=$(tty) to Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gering112 authored Mar 18, 2024
1 parent 80b1528 commit d0cdd03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
env:
SERVER_OSSRH_USERNAME: ${{ secrets.SERVER_OSSRH_USERNAME }}
SERVER_OSSRH_PASSWORD: ${{ secrets.SERVER_OSSRH_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_TTY=$(tty)

0 comments on commit d0cdd03

Please sign in to comment.