Skip to content

Commit 9efca1a

Browse files
add: workflow for publishing to maven central
1 parent 7edeb56 commit 9efca1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ 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" | base64 --decode >> secring.gpg
5555
5656
- name: Add secret file loc to gradle.properties
57-
run: echo "signing.secretKeyRingFile=secring.gpg"
57+
run: echo "signing.secretKeyRingFile=secring.gpg" >> gradle.properties
5858

5959

6060
- name: Echo gradle.properties

0 commit comments

Comments
 (0)