Skip to content

Commit b54fba0

Browse files
committed
Enable release signing in CI
1 parent 69ff745 commit b54fba0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
6666
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }}
6767
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
68+
RELEASE_SIGNING_ENABLED: true
6869

6970
- name: Create Github Release
7071
uses: ncipollo/[email protected]

0 commit comments

Comments
 (0)