We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b3d52 commit 8b6c204Copy full SHA for 8b6c204
1 file changed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
distribution: temurin
20
java-version: 17
21
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
22
- server-id: ossrh-release
+ server-id: central
23
server-username: MAVEN_USERNAME
24
server-password: MAVEN_PASSWORD
25
- run: mvn clean deploy -B -V -e -ntp
0 commit comments