We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83789e0 commit c08c520Copy full SHA for c08c520
.github/workflows/release.yaml
@@ -28,9 +28,9 @@ jobs:
28
29
- name: publish release
30
env:
31
+ ORG_GRADLE_PROJECT_signKey: ${{ secrets.SIGN_KEY_ORG }}
32
+ ORG_GRADLE_PROJECT_signPwd: ${{ secrets.SIGN_PWD }}
33
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
34
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
- SIGN_KEY: ${{ secrets.SIGN_KEY }}
- SIGN_PWD: ${{ secrets.SIGN_PWD }}
35
run: |
36
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
0 commit comments