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 416edf5 commit 5a79f49Copy full SHA for 5a79f49
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
restore-keys: |
35
${{ runner.os }}-gradle-core-
36
- name: Publush release to sonatype
37
- run: ./gradlew publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
+ run: ./gradlew clean build publish publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
38
env:
39
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
40
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
0 commit comments