Skip to content

Commit

Permalink
Trying to fix maven publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jfisbein committed Sep 14, 2024
1 parent 493b861 commit febe870
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
distribution: 'adopt'

- name: Release Maven package
uses: samuelmeuli/action-maven-publish@v1.4.0
uses: WasiqB/maven-publish-action@v2.7.0
with:
maven_args: --batch-mode
gpg_private_key: ${{ secrets.gpg_private_key }}
gpg_passphrase: ${{ secrets.gpg_passphrase }}
nexus_username: ${{ secrets.nexus_username }}
nexus_password: ${{ secrets.nexus_password }}
server_username: ${{ secrets.nexus_username }}
server_password: ${{ secrets.nexus_password }}

0 comments on commit febe870

Please sign in to comment.