File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 - name : Import GPG key
1515 run : |
1616 echo "$GPG_SIGNING_KEY_PW" | gpg --batch --import --yes --passphrase-fd 0 <(echo -n "$GPG_SIGNING_KEY_B64" | base64 --decode)
17- mkdir -p ~/.gradle
18- echo -n "signing.keyId=ABC48776" >> ~/.gradle/ gradle.properties
19- echo -n "signing.password=${GPG_SIGNING_KEY_PW}" >> ~/.gradle/ gradle.properties
20- echo -n "signing.secretKeyRingFile='''${GPG_SIGNING_KEY}''' " >> ~/.gradle/ gradle.properties
17+ echo "$GPG_SIGNING_KEY_PW" | echo -n "$GPG_SIGNING_KEY_B64" | base64 --decode)
18+ echo -n "signing.keyId=ABC48776" >> gradle.properties
19+ echo -n "signing.password=${GPG_SIGNING_KEY_PW}" >> gradle.properties
20+ echo -n "signing.secretKeyRingFile=../maven.keystore " >> gradle.properties
2121 env :
2222 GPG_SIGNING_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
2323 GPG_SIGNING_KEY_B64 : ${{ secrets.GPG_PRIVATE_KEY_B64 }}
You can’t perform that action at this time.
0 commit comments