diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c621ff3..034361c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,4 +25,4 @@ jobs: ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD }} ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEYID }} run: "bash ./gradlew publishReleasePublicationToSonatypeRepository -DLIBRARY_VERSION=${{ github.event.release.tag_name }} publishNoopPublicationToSonatypeRepository -DLIBRARY_VERSION=${{ github.event.release.tag_name }} - --max-workers 1 closeAndReleaseStagingRepository" + --max-workers 1 closeAndReleaseStagingRepositories" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2951875..fd6d9f2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,4 +22,4 @@ com-android-application = { id = "com.android.application", version.ref = "andro com-android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" } kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } gitlab-arturbosch-detekt = "io.gitlab.arturbosch.detekt:1.23.7" -github-gradle-publish-plugin = { id = "io.github.gradle-nexus.publish-plugin", version = "1.2.0" } +github-gradle-publish-plugin = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }