From 80773f96f4873e04ecbed36e44b89c610c067dd7 Mon Sep 17 00:00:00 2001 From: Tristan Huet Date: Wed, 11 Dec 2024 18:20:15 +0100 Subject: [PATCH] fix: [FIXUP] --- .../workflows/azure-static-web-apps-nice-wave-0f618f503.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-nice-wave-0f618f503.yml b/.github/workflows/azure-static-web-apps-nice-wave-0f618f503.yml index eba576790..ace0fec84 100644 --- a/.github/workflows/azure-static-web-apps-nice-wave-0f618f503.yml +++ b/.github/workflows/azure-static-web-apps-nice-wave-0f618f503.yml @@ -23,8 +23,9 @@ jobs: id: builddeploy uses: Azure/static-web-apps-deploy@v1 env: - PRE_BUILD_COMMAND: corepack enable && yarn workspaces focus --all || yarn install - CUSTOM_BUILD_COMMAND: yarn build + PRE_BUILD_COMMAND: corepack enable + CUSTOM_BUILD_COMMAND: yarn workspaces focus --all || yarn install + RUN_BUILD_COMMAND: yarn build with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_NICE_WAVE_0F618F503 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)