We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aebb0c commit 477dbc5Copy full SHA for 477dbc5
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
java-version: 8
16
distribution: 'adopt'
17
- server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
+ server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
18
server-username: MAVEN_USERNAME # env variable for username in deploy
19
server-password: MAVEN_PASSWORD # env variable for token in deploy
20
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
0 commit comments