From d3b2076e0ff87ba9b52ff41825694f021b44df08 Mon Sep 17 00:00:00 2001 From: Peter Trifanov Date: Sun, 26 Oct 2025 17:26:41 +0100 Subject: [PATCH] Remove optional property (key id) --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dd6f27..08098b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,10 +4,11 @@ on: push: tags: - 'v*' + # TODO: only for testing + pull_request: env: # See https://vanniktech.github.io/gradle-maven-publish-plugin/central for the list of required properties - ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ vars.PGP_KEY_ID }} ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.PGP_SEC }} ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.PGP_PASSWORD }} ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.CENTRAL_PORTAL_USER }}