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 fb1cde4 commit 474e81dCopy full SHA for 474e81d
.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
+ run: ./gradlew clean build publish publishToSonatype
26
env:
27
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
28
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
0 commit comments