Skip to content

Commit f1c71c8

Browse files
authored
Update java8-publish.yml
1 parent 4b25d8b commit f1c71c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/java8-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
java-version: 8
1818
distribution: 'temurin'
1919
cache: 'maven'
20-
server-id: ossrh
21-
server-username: OSSRH_USERNAME
22-
server-password: OSSRH_TOKEN
20+
server-id: central
21+
server-username: CENTRAL_TOKEN_ID
22+
server-password: CENTRAL_TOKEN_SECRET
2323
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
2424
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2525
- name: Publish package

0 commit comments

Comments
 (0)