Skip to content

Commit 1ffba28

Browse files
committed
Try fix
1 parent 290afb3 commit 1ffba28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- name: Import GPG key
1515
run: |
16+
echo -n "GPG_SIGNING_KEY_B64" | base64 --decode
1617
echo "$GPG_SIGNING_KEY_PW" | gpg --batch --import --yes --passphrase-fd 0 <(echo -n "GPG_SIGNING_KEY_B64" | base64 --decode)
1718
mkdir -p ~/.gradle
1819
echo -n "signing.keyId=ABC48776" >> ~/.gradle/gradle.properties

0 commit comments

Comments
 (0)