We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10366e commit 424ef96Copy full SHA for 424ef96
.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 closeAndReleaseStagingRepository -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 }}
.github/workflows/snapshot_release.yml
@@ -59,7 +59,7 @@ jobs:
59
./gradlew
60
--no-daemon
61
--info
62
- assemble
+ :assemble
63
publish
-x :benchmark:benchmark
0 commit comments