Skip to content

Commit 544e75e

Browse files
committed
Try different vars
1 parent bb6054d commit 544e75e

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
@@ -27,6 +27,7 @@ jobs:
2727
echo "signing.gnupg.homeDir=${{ github.workspace }}/.gnupg" >> ~/.gradle/gradle.properties
2828
echo "signing.gnupg.keyName=ABC48776" >> ~/.gradle/gradle.properties
2929
echo "signing.gnupg.passphrase=${GPG_SIGNING_KEY_PW}" >> ~/.gradle/gradle.properties
30+
echo "signing.gnupg.executable=gpg" >> ~/.gradle/gradle.properties
3031
echo "sonatypeUsername=${SONATYPE_USERNAME}" >> ~/.gradle/gradle.properties
3132
echo "sonatypePassword=${SONATYPE_PASSWORD}" >> ~/.gradle/gradle.properties
3233
env:

0 commit comments

Comments
 (0)