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 11486d2 commit a41494bCopy full SHA for a41494b
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
with:
65
gradle-version: wrapper
66
- name: Build and publish release
67
- run: ./gradlew --no-daemon --info :assemble publish closeAndReleaseStagingRepository -Pversion=${{ needs.version.outputs.RELEASE_VERSION }} -x :benchmark:benchmark
+ run: ./gradlew --no-daemon --info :assemble publish closeAndReleaseStagingRepositories -Pversion=${{ needs.version.outputs.RELEASE_VERSION }} -x :benchmark:benchmark
68
env:
69
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
70
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
0 commit comments