We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e6f5f8 + 567acc5 commit ce1b93dCopy full SHA for ce1b93d
1 file changed
.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
28
env:
29
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
30
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
31
- SIGN_KEY: ${{ SIGN_KEY_ORG }}
+ SIGN_KEY: ${{ secrets.SIGN_KEY_ORG }}
32
SIGN_KEY_PASS: ${{ secrets.SIGN_PWD }}
33
run: |
34
./mvnw --no-transfer-progress deploy
0 commit comments