Skip to content

Commit 13235a4

Browse files
committed
Fix variable name to enable signing
1 parent 7aa9989 commit 13235a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
6464
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }}
6565
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
66-
RELEASE_SIGNING_ENABLED: true
66+
ORG_GRADLE_PROJECT_RELEASE_SIGNING_ENABLED: true
6767

6868
- name: Create Github Release
6969
uses: ncipollo/[email protected]

0 commit comments

Comments
 (0)