Skip to content

Commit

Permalink
Fix for gpg signing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Mar 25, 2024
1 parent 8493794 commit 727055c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
commit-msg: Commit Pom updated version
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Directly invoke GPG signing
run: mvn gpg:sign -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}

- name: Publish to Maven Central
run: |
mvn --no-transfer-progress --batch-mode deploy -X \
Expand Down

0 comments on commit 727055c

Please sign in to comment.