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 3116f42 commit 63eecacCopy full SHA for 63eecac
.github/workflows/build_deploy.yml
@@ -44,6 +44,7 @@ jobs:
44
java-version: '8'
45
distribution: 'adopt'
46
cache: 'maven'
47
+ server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
48
server-username: MAVEN_USERNAME # env variable for username in deploy
49
server-password: MAVEN_PASSWORD # env variable for token in deploy
50
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
0 commit comments