diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89351e41..2f888685 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: - name: Build and publish to Bintray/MavenCentral run: ./build.sh - && ./gradlew publishToSonatype githubRelease closeAndReleaseStagingRepository releaseSummary + && ./gradlew publishToSonatype githubRelease closeAndReleaseStagingRepositories releaseSummary env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} NEXUS_TOKEN_USER: ${{secrets.NEXUS_TOKEN_USER}}