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 4b25d8b commit f1c71c8Copy full SHA for f1c71c8
1 file changed
.github/workflows/java8-publish.yml
@@ -17,9 +17,9 @@ jobs:
17
java-version: 8
18
distribution: 'temurin'
19
cache: 'maven'
20
- server-id: ossrh
21
- server-username: OSSRH_USERNAME
22
- server-password: OSSRH_TOKEN
+ server-id: central
+ server-username: CENTRAL_TOKEN_ID
+ server-password: CENTRAL_TOKEN_SECRET
23
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
24
gpg-passphrase: MAVEN_GPG_PASSPHRASE
25
- name: Publish package
0 commit comments