We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c506ec4 commit c73563bCopy full SHA for c73563b
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Build and publish to Bintray/MavenCentral
85
run: ./build.sh
86
- && ./gradlew publishToSonatype githubRelease closeAndReleaseStagingRepository releaseSummary
+ && ./gradlew publishToSonatype githubRelease closeAndReleaseStagingRepositories releaseSummary
87
env:
88
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
89
NEXUS_TOKEN_USER: ${{secrets.NEXUS_TOKEN_USER}}
0 commit comments