We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a62fc6 commit 4592d46Copy full SHA for 4592d46
.github/workflows/maven-publish.yml
@@ -17,8 +17,11 @@ jobs:
17
server-id: central
18
server-username: MAVEN_USERNAME
19
server-password: MAVEN_PASSWORD
20
+ gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
21
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE
22
- name: Publish package
23
run: mvn --batch-mode deploy
24
env:
25
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
26
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
27
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
0 commit comments