Skip to content

Commit 4fe1678

Browse files
committed
ci: Add signingInMemoryKey to smoke test
1 parent 80fbb4d commit 4fe1678

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-draft.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
cache: "gradle"
6363

6464
- name: Smoke test - publish to Maven local
65+
env:
66+
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.MAVEN_CENTRAL_SIGNING_KEY }}
67+
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.MAVEN_CENTRAL_SIGNING_KEY_PASSWORD }}
6568
run: ./gradlew publishToMavenLocal -PVERSION=${{ steps.bump-version.outputs.new_version }}
6669

6770
- name: Create Pull Request

0 commit comments

Comments
 (0)