From 4fe1678d4e38cdde45f68c2884e7429d8546954f Mon Sep 17 00:00:00 2001 From: Robert Ing Date: Wed, 18 Mar 2026 17:23:14 -0400 Subject: [PATCH] ci: Add signingInMemoryKey to smoke test --- .github/workflows/release-draft.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index afee4a6..34c8c73 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -62,6 +62,9 @@ jobs: cache: "gradle" - name: Smoke test - publish to Maven local + env: + ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.MAVEN_CENTRAL_SIGNING_KEY }} + ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.MAVEN_CENTRAL_SIGNING_KEY_PASSWORD }} run: ./gradlew publishToMavenLocal -PVERSION=${{ steps.bump-version.outputs.new_version }} - name: Create Pull Request