Skip to content

Commit

Permalink
Merge pull request #27 from Lycoon/dev
Browse files Browse the repository at this point in the history
Added -Psign option and javadoc:jar to mvn deploy command workflow
  • Loading branch information
Lycoon authored Nov 15, 2023
2 parents b50f728 + e50dcbb commit 2a34728
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 @@ -22,7 +22,7 @@ jobs:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: GPG_PASSPHRASE
- name: Publish package
run: mvn -DskipTests --batch-mode deploy
run: mvn -Psign -DskipTests --batch-mode javadoc:jar deploy
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 2a34728

Please sign in to comment.