File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 run : ./gradlew final closeAndReleaseSonatypeStagingRepository -Prelease.version=0.0.1-sonatype-test --stacktrace
3030 env :
3131 CI : true
32- SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME_TEST }}
33- SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD_TEST }}
32+ SONATYPE_USERNAME_TEST : ${{ secrets.SONATYPE_USERNAME_TEST }}
33+ SONATYPE_PASSWORD_TEST : ${{ secrets.SONATYPE_PASSWORD_TEST }}
3434 GPG_KEY_ID : ${{ secrets.GPG_KEY_ID }}
3535 GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
3636 GPG_PASSWORD : ${{ secrets.GPG_PASSWORD }}
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ nexusPublishing {
4949 sonatype {
5050 nexusUrl.set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
5151 snapshotRepositoryUrl.set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
52- username.set(System .getenv(" PUBLISH_TOKEN_USERNAME_TEST " ))
53- password.set(System .getenv(" PUBLISH_TOKEN_PASSWORD_TEST " ))
52+ username.set(System .getenv(" SONATYPE_USERNAME_TEST " ))
53+ password.set(System .getenv(" SONATYPE_USERNAME_TEST " ))
5454 }
5555 }
5656}
You can’t perform that action at this time.
0 commit comments