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 7f72273
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 @@ -194,7 +194,7 @@ 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
Expand Down

0 comments on commit 7f72273

Please sign in to comment.