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 f4e0dc6 commit 90c823cCopy full SHA for 90c823c
.github/workflows/snapshot.yml
@@ -22,7 +22,7 @@ jobs:
22
restore-keys: |
23
${{ runner.os }}-gradle-core-
24
- name: Publush snapshot to sonatype
25
- run: ./gradlew publishToSonatype -x lib:withJavadoc
+ run: ./gradlew lib:bundleReleaseAar publishToSonatype -x lib:withJavadoc
26
env:
27
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
28
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
0 commit comments