Skip to content

Commit

Permalink
Fixing snapshot deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard committed Feb 23, 2024
1 parent c2e69d1 commit 452caba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ jobs:
run: |
java -version
mvn -version
mvn clean install -B -U -e
mvn clean install -B -U -e -Pdeploying
- 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 deploy -Pdeploying -B -e -Dmaven.test.skip=true
mvn deploy:deploy -Pdeploying -B -e -Dmaven.test.skip=true

0 comments on commit 452caba

Please sign in to comment.