File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,15 @@ jobs:
2222 cache : ' gradle'
2323
2424 - name : Build
25- uses : gradle/gradle-build-action@v2.7.0
26- with :
27- arguments : build
25+ run : ./gradlew build
2826
2927 - name : Publish
3028 run : |
31- ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
32- ./gradlew releaseRepository
29+ ./gradlew publishToMavenCentral --no-configuration-cache
3330 env :
3431 SONATYPE_CONNECT_TIMEOUT_SECONDS : 180
3532 SONATYPE_CLOSE_TIMEOUT_SECONDS : 900
3633 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
3734 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
3835 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_SECRET_KEY }}
39- ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_KEY_PASSWORD }}
36+ ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_KEY_PASSWORD }}
You can’t perform that action at this time.
0 commit comments