Skip to content

Commit

Permalink
chore: correct workspace steps in tag workflow, per other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
algreasley committed Oct 18, 2023
1 parent e8aac51 commit b362207
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,14 @@ 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: |
gsutil -m \
-h "Cache-Control: no-cache" \
rsync -d -r dist \
gs://$BUCKET_OPENFIN/tag/${{ steps.vars.outputs.TAG }}/workspace
working-directory: .
- name: Build (Finsemble)
env:
Expand Down

0 comments on commit b362207

Please sign in to comment.