We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cf8cf commit bc9f775Copy full SHA for bc9f775
.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