From b36220785d93ad31ddca93d6d9ba33815135b0ff Mon Sep 17 00:00:00 2001 From: Alan Greasley Date: Wed, 18 Oct 2023 16:39:30 +0100 Subject: [PATCH] chore: correct workspace steps in tag workflow, per other workflows --- .github/workflows/tag.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 8efc4d113e..cfc4761c91 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -96,10 +96,7 @@ jobs: DOMAIN: https://openfin.prod.reactivetrader.com URL_PATH: /workspace VITE_BUILD_VERSION: ${{ steps.vars.outputs.TAG }} - run: | - npm ci - npm run build - working-directory: . + run: npm run workspace:build - name: Deploy (OpenFin - Workspace) run: | @@ -107,7 +104,6 @@ jobs: -h "Cache-Control: no-cache" \ rsync -d -r dist \ gs://$BUCKET_OPENFIN/tag/${{ steps.vars.outputs.TAG }}/workspace - working-directory: . - name: Build (Finsemble) env: