Skip to content

Commit

Permalink
Merge pull request #2297 from AdaptiveConsulting/chore/tag-build-fix
Browse files Browse the repository at this point in the history
chore: correct workspace steps in tag workflow, per other workflows
  • Loading branch information
algreasley committed Oct 18, 2023
2 parents cb80227 + b362207 commit db71fe1
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 db71fe1

Please sign in to comment.