Skip to content

Commit b7db584

Browse files
committed
temporary GH release workflow fix
1 parent b0c1abc commit b7db584

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-master.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git config --global hub.protocol https
6161
git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:[email protected]/''' + 'swagger-api/swagger-codegen' + '''.git
6262
- name: Run maven deploy/release
63-
if: env.RELEASE_OK == 'yes'
63+
if: env.RELEASE_OK == 'nope'
6464
run: |
6565
mvn --no-transfer-progress -B -Prelease deploy
6666
- name: Set up QEMU
@@ -76,15 +76,13 @@ jobs:
7676
with:
7777
context: ./modules/swagger-generator
7878
push: true
79-
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
8079
provenance: false
8180
tags: swaggerapi/swagger-generator:${{ env.SC_RELEASE_TAG }},swaggerapi/swagger-generator:latest
8281
- name: Build CLI image and push
8382
uses: docker/build-push-action@v5
8483
with:
8584
context: ./modules/swagger-codegen-cli
8685
push: true
87-
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
8886
provenance: false
8987
tags: swaggerapi/swagger-codegen-cli:${{ env.SC_RELEASE_TAG }},swaggerapi/swagger-codegen-cli:latest
9088
- name: Run post release script

0 commit comments

Comments
 (0)