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 5a35def commit 49ca496Copy full SHA for 49ca496
.github/workflows/build_and_release_github.yml
@@ -35,7 +35,7 @@ jobs:
35
GPG_SIGNING_KEY_PW: ${{ secrets.GPG_PASSPHRASE }}
36
37
- name: Build package
38
- run: ./gradlew clean build
+ run: ./gradlew clean build signShadowPublication
39
40
- name: Release package
41
run: ./gradlew githubRelease
0 commit comments