Skip to content

Commit a7b20c3

Browse files
committed
Try fix
1 parent 9f48f8c commit a7b20c3

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=${{ github.workspace }}/.gnupg/secring.gpg" >> ~/.gradle/gradle.properties
21-
gpg --keyring secring.gpg --export-secret-keys --amor ABC48776 > ~/.gnupg/secring.gpg
21+
gpg --keyring secring.gpg --export-secret-keys --armor ABC48776 > ~/.gnupg/secring.gpg
2222
cat ${{ github.workspace }}/.gnupg/secring.gpg
2323
env:
2424
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)