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 b0776ca commit 1ac8f06Copy full SHA for 1ac8f06
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
env:
31
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
32
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
33
- SIGN_KEY: ${{ secrets.SIGN_KEY }}
+ SIGN_KEY: ${{ secrets.SIGN_KEY_ORG }}
34
SIGN_PWD: ${{ secrets.SIGN_PWD }}
35
run: |
36
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
0 commit comments