Skip to content

Commit 247df08

Browse files
committed
Try fix
1 parent 040e38b commit 247df08

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
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
21+
ls -l /home/runner/.gnupg
2222
env:
2323
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
2424
GPG_SIGNING_KEY_PW: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)