We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae76526 commit 43a31cfCopy full SHA for 43a31cf
1 file changed
.github/workflows/maven-publish.yaml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
java-version: '11'
14
distribution: 'zulu'
15
- server-id: ossrh
+ server-id: central
16
server-username: MAVEN_USERNAME
17
server-password: MAVEN_PASSWORD
18
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }}
0 commit comments