Skip to content

Commit 2c8a172

Browse files
committed
Fix not configured signatory
1 parent 159c51b commit 2c8a172

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=${{ github.workspace }}/.gnupg/secring.gpg" >> ~/.gradle/gradle.properties
21-
gpg --keyring secring.gpg --export-secret-keys > ~/.gnupg/secring.gpg
2220
env:
2321
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
2422
GPG_SIGNING_KEY_PW: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)