File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD }}
2121 ORG_GRADLE_PROJECT_signingKeyId : ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEYID }}
2222 run : " bash ./gradlew publishReleasePublicationToSonatypeRepository -DLIBRARY_VERSION=${{ github.event.release.tag_name }}
23- --max-workers 1 closeAndReleaseStagingRepository "
23+ --max-workers 1 closeAndReleaseStagingRepositories "
Original file line number Diff line number Diff line change 2323 ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD }}
2424 ORG_GRADLE_PROJECT_signingKeyId : ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEYID }}
2525 run : " bash ./gradlew publishReleasePublicationToSonatypeRepository -DSNAPSHOT_VERSION=${{ github.event.inputs.snapshotVersion }}
26- --max-workers 1 closeAndReleaseStagingRepository "
26+ --max-workers 1 closeAndReleaseStagingRepositories "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111 id ' com.android.application' version ' 7.4.2' apply false
1212 id ' com.android.library' version ' 7.4.2' apply false
1313 id ' org.jetbrains.kotlin.android' version ' 1.6.21' apply false
14- id ' io.github.gradle-nexus.publish-plugin' version ' 1.3 .0' apply false
14+ id ' io.github.gradle-nexus.publish-plugin' version ' 2.0 .0' apply false
1515 id ' io.gitlab.arturbosch.detekt' version ' 1.22.0'
1616}
1717
You can’t perform that action at this time.
0 commit comments