Skip to content

Commit 911fb28

Browse files
committed
Fixing snapshot deployments
1 parent c01687d commit 911fb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ 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

0 commit comments

Comments
 (0)