Skip to content

Commit 424ef96

Browse files
committed
Call asseble task from schem project only
1 parent c10366e commit 424ef96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 closeAndReleaseStagingRepository -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 }}

.github/workflows/snapshot_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
./gradlew
6060
--no-daemon
6161
--info
62-
assemble
62+
:assemble
6363
publish
6464
-x :benchmark:benchmark
6565
env:

0 commit comments

Comments
 (0)