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 26bf5d3 commit cc2399eCopy full SHA for cc2399e
.github/workflows/release_to_maven.yml
@@ -18,6 +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
22
env:
23
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
24
GPG_SIGNING_KEY_PW: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments