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.
2 parents af0f0b7 + bc9f775 commit d56c603Copy full SHA for d56c603
.github/workflows/release.yml
@@ -84,4 +84,4 @@ jobs:
84
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
85
export GPG_TTY=$(tty)
86
gpg --batch --import private-key.gpg
87
- ./gradlew publish
+ ./gradlew publish -PGPG_KEY=$GPG_KEY -PGPG_PWD=$GPG_PWD
0 commit comments