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 247df08 commit f1ef88bCopy full SHA for f1ef88b
.github/workflows/release_to_maven.yml
@@ -17,8 +17,6 @@ jobs:
17
mkdir -p ~/.gradle
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
- 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