Skip to content

Commit a6fe6f6

Browse files
committed
Fix published
1 parent 027ae5d commit a6fe6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: "Decode GPG Key"
2929
run: |
3030
echo "${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}" > ~/.gradle/secring.gpg.b64
31-
base64 -d ~/.gradle/secring.gpg.b64 > ~/.gradle/secring.gpg
31+
base64 --decode -i ~/.gradle/secring.gpg.b64 -o ~/.gradle/secring.gpg
3232
shell: bash
3333

3434
- name: "Publish"

0 commit comments

Comments
 (0)