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 290afb3 commit 1ffba28Copy full SHA for 1ffba28
.github/workflows/release_to_maven.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- name: Import GPG key
15
run: |
16
+ echo -n "GPG_SIGNING_KEY_B64" | base64 --decode
17
echo "$GPG_SIGNING_KEY_PW" | gpg --batch --import --yes --passphrase-fd 0 <(echo -n "GPG_SIGNING_KEY_B64" | base64 --decode)
18
mkdir -p ~/.gradle
19
echo -n "signing.keyId=ABC48776" >> ~/.gradle/gradle.properties
0 commit comments