Skip to content

Commit 5a6da7d

Browse files
add: workflow for publishing to maven central
1 parent bb1ec18 commit 5a6da7d

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
@@ -34,6 +34,9 @@ jobs:
3434
- name: Set up GPG
3535
uses: olafurpg/setup-gpg@v3
3636

37+
- name: get gpg version
38+
uses: echo `gpg --version`
39+
3740
- name: Import GPG
3841
uses: crazy-max/ghaction-import-gpg@v6
3942
with:

0 commit comments

Comments
 (0)