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 4fdab43 commit 3ad0f4aCopy full SHA for 3ad0f4a
.github/workflows/release_to_maven.yml
@@ -16,6 +16,7 @@ jobs:
16
echo "$GPG_SIGNING_KEY_PW" | gpg --batch --import --yes --passphrase-fd 0 <(echo -n "$GPG_SIGNING_KEY" | base64 --decode)
17
mkdir -p ~/.gradle
18
echo -n "signing.gnupg.passphrase=${GPG_SIGNING_KEY_PW}" >> ~/.gradle/gradle.properties
19
+ echo -n "signing.secretKeyRingFile=${{ github.workspace }}/.gnupg/secring.kbx" >> ~/.gradle/gradle.properties
20
env:
21
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
22
GPG_SIGNING_KEY_PW: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments