We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af1702 commit 380a363Copy full SHA for 380a363
.github/workflows/maven.yml
@@ -43,7 +43,7 @@ jobs:
43
#
44
git config --global user.email "[email protected]"
45
git config --global user.name "Vicky Thakor"
46
- mvn -X -e --batch-mode clean release:prepare release:perform
+ mvn -X -e --batch-mode deploy
47
env:
48
MAVEN_USERNAME: javaquery
49
MAVEN_CENTRAL_TOKEN: ${{ secrets.OSSRH_TOKEN }}
0 commit comments