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 4878c7f commit 13948fbCopy full SHA for 13948fb
.github/workflows/release_to_maven.yml
@@ -17,6 +17,7 @@ jobs:
17
18
- name: Setup GPG key information
19
run: |
20
+ echo "$GPG_SIGNING_KEY_PW" | gpg --batch --import --yes --passphrase-fd 0 <(echo -n "$GPG_SIGNING_KEY_B64" | base64 --decode)
21
mkdir -p ~/.gradle
22
echo -n "signing.keyId=ABC48776" >> ~/.gradle/gradle.properties
23
echo -n "signing.password=${GPG_SIGNING_KEY_PW}" >> ~/.gradle/gradle.properties
0 commit comments