Skip to content

Commit f1ef88b

Browse files
committed
Try fix
1 parent 247df08 commit f1ef88b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
mkdir -p ~/.gradle
1818
echo -n "signing.keyId=ABC48776" >> ~/.gradle/gradle.properties
1919
echo -n "signing.password=${GPG_SIGNING_KEY_PW}" >> ~/.gradle/gradle.properties
20-
echo -n "signing.secretKeyRingFile=../secring.gpg" >> ~/.gradle/gradle.properties
21-
ls -l /home/runner/.gnupg
2220
env:
2321
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
2422
GPG_SIGNING_KEY_PW: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)