Skip to content

Commit cc2399e

Browse files
committed
Try fix
1 parent 26bf5d3 commit cc2399e

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
@@ -18,6 +18,7 @@ jobs:
1818
echo -n "signing.keyId=ABC48776" >> ~/.gradle/gradle.properties
1919
echo -n "signing.password=${GPG_SIGNING_KEY_PW}" >> ~/.gradle/gradle.properties
2020
echo -n "signing.secretKeyRingFile=../secring.gpg" >> ~/.gradle/gradle.properties
21+
cat ./secring.gpg
2122
env:
2223
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
2324
GPG_SIGNING_KEY_PW: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)