Skip to content

Commit

Permalink
Run mvn deploy in batch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard committed Feb 23, 2024
1 parent e204dbe commit 22e370a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ jobs:
- name: Deploy snapshot artifacts
run: |
echo "<settings><servers><server><id>ossrh</id><username>${{ secrets.CI_DEPLOY_USERNAME }}</username><password>${{ secrets.CI_DEPLOY_PASSWORD }}</password></server></servers></settings>" > $HOME/.m2/settings.xml
mvn clean deploy -Pdeploying
mvn clean deploy -Pdeploying -B -e

0 comments on commit 22e370a

Please sign in to comment.