|
|
@ -31,6 +31,10 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
java-version: 8 |
|
|
|
java-version: 8 |
|
|
|
distribution: 'adopt' |
|
|
|
distribution: 'adopt' |
|
|
|
|
|
|
|
server-id: sonatype-nexus-staging |
|
|
|
|
|
|
|
server-username: ${{ secrets.NEXUS_USERNAME }} |
|
|
|
|
|
|
|
server-password: ${{ secrets.NEXUS_PASSWORD }} |
|
|
|
|
|
|
|
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }} |
|
|
|
- name: Release Maven package |
|
|
|
- name: Release Maven package |
|
|
|
uses: samuelmeuli/action-maven-publish@v1 |
|
|
|
uses: samuelmeuli/action-maven-publish@v1 |
|
|
|
with: |
|
|
|
with: |
|
|
|