Skip to content

Commit 452caba

Browse files
committed
Fixing snapshot deployments
1 parent c2e69d1 commit 452caba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ jobs:
194194
run: |
195195
java -version
196196
mvn -version
197-
mvn clean install -B -U -e
197+
mvn clean install -B -U -e -Pdeploying
198198
- name: Deploy snapshot artifacts
199199
run: |
200200
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
201-
mvn deploy -Pdeploying -B -e -Dmaven.test.skip=true
201+
mvn deploy:deploy -Pdeploying -B -e -Dmaven.test.skip=true

0 commit comments

Comments
 (0)