File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 5959# -DaltDeploymentRepository="${REPO}" \
6060# -DaltSnapshotDeploymentRepository="${REPO}"
6161 - name : Compile and deploy Artifacts (Cloudsmith.io Artifactory)
62- if : ${{ inputs.repository == 'cloudsmith' || inputs.repository == 'both' }}
6362 run : |
6463 REPO="cloudsmith::default::https://maven.cloudsmith.io/thelastpickle/reaper-mvn/"
6564 mvn -B deploy \
7877# -DaltDeploymentRepository="${REPO}" \
7978# -DaltSnapshotDeploymentRepository="${REPO}"
8079 - name : Compile and deploy OpenAPI client (Cloudsmith.io Artifactory)
81- if : ${{ inputs.repository == 'cloudsmith' || inputs.repository == 'both' }}
8280 run : |
8381 REPO="cloudsmith::default::https://maven.cloudsmith.io/thelastpickle/reaper-mvn/"
8482 mvn -B deploy \
You can’t perform that action at this time.
0 commit comments