Skip to content

Commit 1c32756

Browse files
committed
Try fix
1 parent 2b93207 commit 1c32756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
mkdir -p ~/.gradle
1919
echo -n "signing.keyId=ABC48776" >> ~/.gradle/gradle.properties
2020
echo -n "signing.password=${GPG_SIGNING_KEY_PW}" >> ~/.gradle/gradle.properties
21-
echo -n "signing.secretKeyRingFile=${GPG_SIGNING_KEY}" >> ~/.gradle/gradle.properties
21+
echo -n "signing.secretKeyRingFile=```${GPG_SIGNING_KEY}```" >> ~/.gradle/gradle.properties
2222
env:
2323
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
2424
GPG_SIGNING_KEY_B64: ${{ secrets.GPG_PRIVATE_KEY_B64 }}

0 commit comments

Comments
 (0)