Skip to content

Commit 4b98c9f

Browse files
add: workflow for publishing to maven central
1 parent 90c499c commit 4b98c9f

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
@@ -62,7 +62,7 @@ jobs:
6262
run: echo "signing.password=${{ secrets.OSS_SIGNING_PASSWORD }}" >> gradle.properties
6363

6464
- name: create secring.gpg file
65-
run: gpg --export-secret-keys -o secring.gpg
65+
run: gpg --export-secret-keys FDADDB51 -o secring.gpg
6666

6767
- name: print secring.gpg file
6868
run: cat secring.gpg

0 commit comments

Comments
 (0)