File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,17 +44,17 @@ jobs:
4444 env :
4545 # Define secrets at https://github.com/ReactiveX/RxJava/settings/secrets/actions
4646 # ------------------------------------------------------------------------------
47- ORG_GRADLE_PROJECT_mavenCentralRepositoryUsername : ${{ secrets.SONATYPE_USER }}
48- ORG_GRADLE_PROJECT_mavenCentralRepositoryPassword : ${{ secrets.SONATYPE_PASSWORD }}
47+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USER }}
48+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
4949 ORG_GRADLE_PROJECT_SIGNING_PRIVATE_KEY : ${{ secrets.SIGNING_PRIVATE_KEY }}
5050 ORG_GRADLE_PROJECT_SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
5151 - name : Publish release
5252 run : ./gradlew -PreleaseMode=full closeAndReleaseRepository --no-daemon --no-parallel --stacktrace
5353 env :
5454 # Define secrets at https://github.com/ReactiveX/RxJava/settings/secrets/actions
5555 # ------------------------------------------------------------------------------
56- ORG_GRADLE_PROJECT_mavenCentralRepositoryUsername : ${{ secrets.SONATYPE_USER }}
57- ORG_GRADLE_PROJECT_mavenCentralRepositoryPassword : ${{ secrets.SONATYPE_PASSWORD }}
56+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USER }}
57+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
5858 - name : Push Javadocs
5959 run : ./push_javadoc.sh
6060 env :
You can’t perform that action at this time.
0 commit comments