Skip to content

Commit db71fe1

Browse files
authored
Merge pull request #2297 from AdaptiveConsulting/chore/tag-build-fix
chore: correct workspace steps in tag workflow, per other workflows
2 parents cb80227 + b362207 commit db71fe1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tag.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,14 @@ jobs:
9696
DOMAIN: https://openfin.prod.reactivetrader.com
9797
URL_PATH: /workspace
9898
VITE_BUILD_VERSION: ${{ steps.vars.outputs.TAG }}
99-
run: |
100-
npm ci
101-
npm run build
102-
working-directory: .
99+
run: npm run workspace:build
103100

104101
- name: Deploy (OpenFin - Workspace)
105102
run: |
106103
gsutil -m \
107104
-h "Cache-Control: no-cache" \
108105
rsync -d -r dist \
109106
gs://$BUCKET_OPENFIN/tag/${{ steps.vars.outputs.TAG }}/workspace
110-
working-directory: .
111107
112108
- name: Build (Finsemble)
113109
env:

0 commit comments

Comments
 (0)