File tree Expand file tree Collapse file tree
.github/actions/build-android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 TASKS="publishAllToMavenTempLocal publishAndroidToSonatype build"
5656 else
5757 # release: we want to build all archs (default)
58- TASKS="publishAllToMavenTempLocal publishAndroidToSonatype build"
58+ TASKS="publishAllToMavenTempLocal publishAndroidToSonatype closeSonatypeStagingRepository build"
5959 fi
6060 ./gradlew $TASKS -PenableWarningsAsErrors=true
6161 - name : Save Android ccache
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ function publishAndroidArtifactsToMaven(
6868 // -------- For stable releases, we also need to close and release the staging repository.
6969 if (
7070 exec (
71- './gradlew findSonatypeStagingRepository closeAndReleaseSonatypeStagingRepository ' ,
71+ './gradlew findSonatypeStagingRepository releaseSonatypeStagingRepository ' ,
7272 ) . code
7373 ) {
7474 echo (
You can’t perform that action at this time.
0 commit comments