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 a0b106b commit c61be9fCopy full SHA for c61be9f
.github/workflows/publish.yml
@@ -15,6 +15,8 @@ jobs:
15
server-id: ossrh
16
server-username: MAVEN_USERNAME
17
server-password: MAVEN_PASSWORD
18
+ gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
19
+ gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
20
- name: Publish package
21
run: mvn --batch-mode deploy
22
env:
0 commit comments