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 7aa9989 commit 13235a4Copy full SHA for 13235a4
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
64
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }}
65
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
66
- RELEASE_SIGNING_ENABLED: true
+ ORG_GRADLE_PROJECT_RELEASE_SIGNING_ENABLED: true
67
68
- name: Create Github Release
69
uses: ncipollo/[email protected]
0 commit comments