Skip to content

Commit a41494b

Browse files
committed
Update task name in release workflow
1 parent 11486d2 commit a41494b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
gradle-version: wrapper
6666
- name: Build and publish release
67-
run: ./gradlew --no-daemon --info :assemble publish closeAndReleaseStagingRepository -Pversion=${{ needs.version.outputs.RELEASE_VERSION }} -x :benchmark:benchmark
67+
run: ./gradlew --no-daemon --info :assemble publish closeAndReleaseStagingRepositories -Pversion=${{ needs.version.outputs.RELEASE_VERSION }} -x :benchmark:benchmark
6868
env:
6969
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
7070
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}

0 commit comments

Comments
 (0)