Skip to content

Commit 3ad0f4a

Browse files
committed
Fix not configured signatory
1 parent 4fdab43 commit 3ad0f4a

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
@@ -16,6 +16,7 @@ jobs:
1616
echo "$GPG_SIGNING_KEY_PW" | gpg --batch --import --yes --passphrase-fd 0 <(echo -n "$GPG_SIGNING_KEY" | base64 --decode)
1717
mkdir -p ~/.gradle
1818
echo -n "signing.gnupg.passphrase=${GPG_SIGNING_KEY_PW}" >> ~/.gradle/gradle.properties
19+
echo -n "signing.secretKeyRingFile=${{ github.workspace }}/.gnupg/secring.kbx" >> ~/.gradle/gradle.properties
1920
env:
2021
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
2122
GPG_SIGNING_KEY_PW: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)