Skip to content

Commit c8ade80

Browse files
committed
Fix Maven artifact deployments to Cloudsmith.io
1 parent 8f52a40 commit c8ade80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/openapi-publish.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
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 \
@@ -78,7 +77,6 @@ jobs:
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 \

0 commit comments

Comments
 (0)