Skip to content

Commit 90c499c

Browse files
add: workflow for publishing to maven central
1 parent 363583b commit 90c499c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
- name: create secring.gpg file
6565
run: gpg --export-secret-keys -o secring.gpg
6666

67+
- name: print secring.gpg file
68+
run: cat secring.gpg
69+
6770
# - name: Decode and set up GPG secring file
6871
# env:
6972
# GPG_SECRET_RING: ${{ secrets.SECRET_FILE_CONTENT }}

0 commit comments

Comments
 (0)