File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3737 JRELEASER_GPG_SECRET_KEY : ${{ secrets.gpgSecretKey }}
3838 # Overrides the configuration of 'NEVER'
3939 JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_RELEASE_DEPLOY_ACTIVE : ' RELEASE'
40- JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_SNAPSHOT_DEPLOY_ACTIVE : ' NEVER'
4140 run : ./gradlew jreleaserDeploy
4241 - name : Store JReleaser Logs
4342 if : failure()
Original file line number Diff line number Diff line change 3232 # The content here needs to be the values of the public and secret key pair
3333 JRELEASER_GPG_PUBLIC_KEY : ${{ secrets.gpgPublicKey }}
3434 JRELEASER_GPG_SECRET_KEY : ${{ secrets.gpgSecretKey }}
35+ JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_RELEASE_DEPLOY_ACTIVE : ' NEVER'
3536 run : ./gradlew jreleaserDeploy
3637 - name : Store JReleaser Logs
3738 if : failure()
Original file line number Diff line number Diff line change @@ -122,8 +122,7 @@ jreleaser {
122122 maven {
123123 mavenCentral {
124124 register(" release-deploy" ) {
125- // Turning off releases; supposed to be turned on via environment variable
126- active = Active .NEVER
125+ // Releases intended to be turned on via environment variable
127126 applyMavenCentralRules = true
128127 url = " https://central.sonatype.com/api/v1/publisher"
129128 stagingRepository(" build/staging-deploy" )
You can’t perform that action at this time.
0 commit comments