File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2222 ORG_GRADLE_PROJECT_signingKey : ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEY }}
2323 ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD }}
2424 ORG_GRADLE_PROJECT_signingKeyId : ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEYID }}
25- run : " bash ./gradlew publishReleasePublicationToSonatypeRepository -DSNAPSHOT_VERSION=${{ github.event.inputs.snapshotVersion }}"
25+ run : " bash ./gradlew publishReleasePublicationToSonatypeRepository -DSNAPSHOT_VERSION=${{ github.event.inputs.snapshotVersion }}
26+ --max-workers 1 closeAndReleaseStagingRepository"
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ nexusPublishing {
66 stagingProfileId = " f7fe7699e57a"
77 username = System . getenv(" MOBILE_MAVENCENTRAL_USER" )
88 password = System . getenv(" MOBILE_MAVENCENTRAL_PASSWORD" )
9+ nexusUrl. set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
10+ snapshotRepositoryUrl. set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
911 }
1012 }
1113}
You can’t perform that action at this time.
0 commit comments