From 92310625ded2239d5a438421ec023a6da11f0734 Mon Sep 17 00:00:00 2001 From: Timo Schwarzer Date: Thu, 28 Oct 2021 18:45:25 +0200 Subject: [PATCH] We don't need to specify the API host at build time anymore --- .github/workflows/ci.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a9a18ec..94a2c9f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,12 +10,8 @@ on: description: 'Release version (leave empty to build only)' required: false default: '' - api_host: - description: 'Server Host' - required: true - default: 'wotw.orirando.com' ui_branch: - description: 'UI branch' + description: 'UI branch' required: true default: 'main' @@ -161,7 +157,6 @@ jobs: - name: Generate client run: | - $env:API_HOST = "${{ github.event.inputs.api_host || 'dev.wotw.orirando.com' }}" $env:API_SECURE = "true" $env:IS_ELECTRON = "true" yarn generate