We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70cf0b commit afa4ddaCopy full SHA for afa4dda
1 file changed
.github/workflows/maven-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
java-version: '11'
22
distribution: 'temurin'
23
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
24
- server-id: ossrh
+ server-id: central
25
server-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
26
server-password: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
27
- name: Publish to the Maven Central Repository
0 commit comments