Skip to content

Commit 9fd68fd

Browse files
add: workflow for publishing to maven central
1 parent 464ea9e commit 9fd68fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
env:
5252
GPG_SECRET_RING: ${{ secrets.SECRET_FILE_CONTENT }}
5353
run: |
54-
echo "$GPG_SECRET_RING" | base64 --decode >> secring.gpg
54+
echo "$GPG_SECRET_RING" >> secring.gpg
5555
5656
- name: Add secret file loc to gradle.properties
5757
run: echo "signing.secretKeyRingFile=secring.gpg" >> gradle.properties

0 commit comments

Comments
 (0)