File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
java-version : 17
21
21
cache : maven
22
22
- name : Build and Publish
23
- run : ./mvnw clean deploy --batch-mode --no-transfer-progress --update-snapshots -Dfull -DaltDeploymentRepository=distribution::default:: file://$(pwd)/distribution-repository
23
+ run : ./mvnw clean deploy --batch-mode --no-transfer-progress --update-snapshots -Dfull -DaltDeploymentRepository=distribution::file://$(pwd)/distribution-repository
24
24
- name : Deploy
25
25
uses : spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
26
26
with :
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ source $(dirname $0)/common.sh
5
5
repository=$( pwd) /distribution-repository
6
6
7
7
pushd git-repo > /dev/null
8
- run_maven clean deploy -U -Dfull -DaltDeploymentRepository=distribution::default:: file://${repository}
8
+ run_maven clean deploy -U -Dfull -DaltDeploymentRepository=distribution::file://${repository}
9
9
popd > /dev/null
You can’t perform that action at this time.
0 commit comments