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 040e38b commit 247df08Copy full SHA for 247df08
.github/workflows/release_to_maven.yml
@@ -18,7 +18,7 @@ jobs:
18
echo -n "signing.keyId=ABC48776" >> ~/.gradle/gradle.properties
19
echo -n "signing.password=${GPG_SIGNING_KEY_PW}" >> ~/.gradle/gradle.properties
20
echo -n "signing.secretKeyRingFile=../secring.gpg" >> ~/.gradle/gradle.properties
21
- cat ../secring.gpg
+ ls -l /home/runner/.gnupg
22
env:
23
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
24
GPG_SIGNING_KEY_PW: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments