We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027ae5d commit a6fe6f6Copy full SHA for a6fe6f6
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: "Decode GPG Key"
29
run: |
30
echo "${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}" > ~/.gradle/secring.gpg.b64
31
- base64 -d ~/.gradle/secring.gpg.b64 > ~/.gradle/secring.gpg
+ base64 --decode -i ~/.gradle/secring.gpg.b64 -o ~/.gradle/secring.gpg
32
shell: bash
33
34
- name: "Publish"
0 commit comments