Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored May 15, 2022
1 parent 38efe1f commit 7481c2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- name: Release Maven package
uses: samuelmeuli/action-maven-publish@v1
with:
maven_profiles: 'release-ossrh'
maven_args: '-DskipTests'
gpg_private_key: ${{ secrets.gpg_private_key }}
gpg_passphrase: ${{ secrets.gpg_passphrase }}
nexus_username: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit 7481c2e

Please sign in to comment.