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 @@ -32,13 +32,13 @@ jobs:
3232 if : ${{ runner.os == 'Linux' && env.STATUS == 'release' && github.event_name == 'push' && github.ref == 'refs/heads/main'}}
3333 run : ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
3434 env :
35- ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME }}
36- ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
35+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.CENTRAL_USERNAME }}
36+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.CENTRAL_PASSWORD }}
3737 ORG_GRADLE_PROJECT_signingKey : ${{ secrets.SIGNING_KEY }}
3838 ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.SIGNING_PASSWORD }}
3939 - name : Publish Snapshot
4040 if : ${{ runner.os == 'Linux' && env.STATUS != 'release' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
4141 run : ./gradlew publishAllPublicationsToMavenCentralRepository
4242 env :
43- ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME }}
44- ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
43+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.CENTRAL_USERNAME }}
44+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.CENTRAL_PASSWORD }}
You can’t perform that action at this time.
0 commit comments