Skip to content

Commit ef1ee84

Browse files
committed
Hotfix publish script
1 parent 15b77e6 commit ef1ee84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
echo '${{secrets.GPGKEYCONTENTS}}' | base64 -d > /tmp/publish_key.gpg
9797
gpg --quiet --batch --yes --decrypt --passphrase="${{secrets.SECRETPASSPHRASE}}" \
9898
--output /tmp/secret.gpg /tmp/publish_key.gpg
99+
echo "" >> gradle.properties
99100
echo "signing.password=${{secrets.SIGNINGPASSWORD}}" >> gradle.properties
100101
echo "signing.keyId=${{secrets.SIGNINGKEYID}}" >> gradle.properties
101102
echo "signing.secretKeyRingFile=/tmp/secret.gpg" >> gradle.properties

0 commit comments

Comments
 (0)