From e7c99c3c7f866bbb6fd3df1815d316007fac8ea2 Mon Sep 17 00:00:00 2001 From: a20688392 Date: Sat, 1 Jul 2023 19:21:34 +0800 Subject: [PATCH] fix: organization name correction --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 464fcb8..3a7e803 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,12 +112,12 @@ jobs: env: APP_SWAGGER_Version: ${{ steps.package-version.outputs.version }} - - name: Upload on Swaggerhub - Cosphr_develop + - name: Upload on Swaggerhub - Cophr_develop if: github.ref != 'refs/heads/main' run: | - swaggerhub api:update "a20688392/Cosphr_test/${{ env.APP_SWAGGER_Version }}" --setdefault --file=swagger-docs.json --visibility=public + swaggerhub api:update "Cophr/test/${{ env.APP_SWAGGER_Version }}" --setdefault --file=swagger-docs.json --visibility=public - - name: Upload on Swaggerhub - Cosphr_main + - name: Upload on Swaggerhub - Cophr_main if: github.ref == 'refs/heads/main' run: | - swaggerhub api:create "a20688392/Cosphr/${{ env.APP_SWAGGER_Version }}" --setdefault --file=swagger-docs.json --visibility=public + swaggerhub api:create "Cophr/main/${{ env.APP_SWAGGER_Version }}" --setdefault --file=swagger-docs.json --visibility=public