We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4964189 commit 6cffad3Copy full SHA for 6cffad3
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
with:
78
java-version: '11'
79
distribution: 'temurin'
80
- server-id: ossrh
+ server-id: central
81
server-username: MAVEN_USERNAME
82
server-password: MAVEN_PASSWORD
83
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
@@ -138,4 +138,4 @@ jobs:
138
cli_version: ${{ needs.release.outputs.CLI_VERSION }}
139
is_cli_release: false
140
is_java_release: true
141
- secrets: inherit
+ secrets: inherit
0 commit comments