Skip to content

Commit afa4dda

Browse files
committed
Fix server ID
1 parent e70cf0b commit afa4dda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version: '11'
2222
distribution: 'temurin'
2323
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
24-
server-id: ossrh
24+
server-id: central
2525
server-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
2626
server-password: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
2727
- name: Publish to the Maven Central Repository

0 commit comments

Comments
 (0)