Skip to content

Commit 2d1046c

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

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
@@ -35,7 +35,7 @@ jobs:
3535
uses: olafurpg/setup-gpg@v3
3636

3737
- name: get gpg version
38-
uses: echo `gpg --version`
38+
run: echo `gpg --version`
3939

4040
- name: Import GPG
4141
uses: crazy-max/ghaction-import-gpg@v6

0 commit comments

Comments
 (0)