Skip to content

Commit 90c823c

Browse files
committed
Add the lib:bundleReleaseAar task to front of the list.
1 parent f4e0dc6 commit 90c823c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
restore-keys: |
2323
${{ runner.os }}-gradle-core-
2424
- name: Publush snapshot to sonatype
25-
run: ./gradlew publishToSonatype -x lib:withJavadoc
25+
run: ./gradlew lib:bundleReleaseAar publishToSonatype -x lib:withJavadoc
2626
env:
2727
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
2828
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}

0 commit comments

Comments
 (0)