Skip to content

Commit

Permalink
add: workflow for publishing to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
devi-krishna-kv committed Jun 14, 2024
1 parent bb1ec18 commit 5a6da7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Set up GPG
uses: olafurpg/setup-gpg@v3

- name: get gpg version
uses: echo `gpg --version`

- name: Import GPG
uses: crazy-max/ghaction-import-gpg@v6
with:
Expand Down

0 comments on commit 5a6da7d

Please sign in to comment.