Skip to content

Commit

Permalink
Another try to sign
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Sep 20, 2021
1 parent c0d9599 commit 19d9e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# gpg --list-secret-keys --keyid-format SHORT
- name: Decode
run: |
echo "${{secrets.SIGNING_SECRET_KEY_RING_FILE1}}" > ~/.gradle/secring.gpg.b64
echo "${{secrets.SIGNING_SECRET_KEY_RING_FILE}}" > ~/.gradle/secring.gpg.b64
base64 -d ~/.gradle/secring.gpg.b64 > ~/.gradle/secring.gpg
- name: Sign Jar
run: ./gradlew :signMavenJavaPublication -Psigning.keyId=${{ secrets.SIGNING_KEY_ID }} -Psigning.password= -Psigning.secretKeyRingFile=$(echo ~/.gradle/secring.gpg)

0 comments on commit 19d9e08

Please sign in to comment.