Skip to content

Commit 431a95a

Browse files
authored
Update maven-publish.yml
1 parent 852fda6 commit 431a95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
3030
run: |
31-
gpg- --list-keys
31+
gpg --list-keys
3232
mvn clean package -Dmaven.javadoc.skip=false
3333
3434
- name: Publish to Maven Central

0 commit comments

Comments
 (0)