Skip to content

Commit

Permalink
Tweak deploy for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Mar 25, 2024
1 parent b434250 commit 8fcaca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Publish to Maven Central
run: |
mvn --no-transfer-progress --batch-mode deploy -X \
-DprofileIdEnabled=true \
-Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \
-DskipTests \
-Psign-artifacts
Expand Down

0 comments on commit 8fcaca5

Please sign in to comment.