Skip to content

Commit

Permalink
Add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Mar 22, 2024
1 parent 28cbde4 commit e5a3419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Publish to Maven Central
run: |
mvn --no-transfer-progress --batch-mode clean verify deploy \
mvn --no-transfer-progress --batch-mode clean verify deploy -X \
-Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \
-DskipTests \
-Prelease
Expand Down

0 comments on commit e5a3419

Please sign in to comment.