Skip to content

Commit 380a363

Browse files
authored
Update maven.yml
1 parent 8af1702 commit 380a363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
#
4444
git config --global user.email "[email protected]"
4545
git config --global user.name "Vicky Thakor"
46-
mvn -X -e --batch-mode clean release:prepare release:perform
46+
mvn -X -e --batch-mode deploy
4747
env:
4848
MAVEN_USERNAME: javaquery
4949
MAVEN_CENTRAL_TOKEN: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)