Skip to content

Commit

Permalink
fix: organization name correction
Browse files Browse the repository at this point in the history
  • Loading branch information
a20688392 committed Jul 1, 2023
1 parent 8eddff8 commit b4b5e3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/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/Cophr/${{ env.APP_SWAGGER_Version }}" --setdefault --file=swagger-docs.json --visibility=public

0 comments on commit b4b5e3d

Please sign in to comment.