Skip to content

Commit 383322b

Browse files
authored
Update maven-publish.yml
1 parent d9fdc4f commit 383322b

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
@@ -16,7 +16,7 @@ jobs:
1616
server-id: ossrh
1717
server-username: MAVEN_USERNAME
1818
server-password: MAVEN_PASSWORD
19-
- name: Publish package
19+
- name: Publish packages
2020
run: mvn --batch-mode deploy
2121
env:
2222
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)