Skip to content

Commit c73563b

Browse files
authored
Fix task name in release job (#567)
1 parent c506ec4 commit c73563b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Build and publish to Bintray/MavenCentral
8585
run: ./build.sh
86-
&& ./gradlew publishToSonatype githubRelease closeAndReleaseStagingRepository releaseSummary
86+
&& ./gradlew publishToSonatype githubRelease closeAndReleaseStagingRepositories releaseSummary
8787
env:
8888
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
8989
NEXUS_TOKEN_USER: ${{secrets.NEXUS_TOKEN_USER}}

0 commit comments

Comments
 (0)