We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8499c1 commit 1caad26Copy full SHA for 1caad26
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
with: # running setup-java again overwrites the settings.xml
24
distribution: 'temurin'
25
java-version: '11'
26
- server-id: maven # Value of the distributionManagement/repository/id field of the pom.xml
+ server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
27
server-username: MAVEN_USERNAME # env variable for username in deploy
28
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
29
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
0 commit comments