We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fbb4d commit 4fe1678Copy full SHA for 4fe1678
1 file changed
.github/workflows/release-draft.yml
@@ -62,6 +62,9 @@ jobs:
62
cache: "gradle"
63
64
- 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 }}
68
run: ./gradlew publishToMavenLocal -PVERSION=${{ steps.bump-version.outputs.new_version }}
69
70
- name: Create Pull Request
0 commit comments