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 8593e30 commit bcc43f0Copy full SHA for bcc43f0
.github/workflows/mvn-release.yml
@@ -39,6 +39,8 @@ jobs:
39
nexus-psw: ${{ secrets.NEXUS_PSW }}
40
maven-usr: ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_S01_USR }}
41
maven-psw: ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_S01_PSW }}
42
+ central-sonatype-usr: ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_CP_USR }}
43
+ central-sonatype-psw: ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_CP_PSW }}
44
maven-additional-options: -U
45
maven-gpg-passphrase: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE }}
46
maven-auto-release-after-close: true
0 commit comments