Skip to content

Commit

Permalink
build(gha): import sandbox translations after building
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jul 10, 2024
1 parent 4c826ff commit c461fcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ jobs:
with:
node-version: ${{ vars.NODE_VERSION }}

- name: 'Build'
uses: myparcelnl/actions/nx-run-many@v4
with:
target: 'build'

- name: 'Import translations'
shell: bash
# language=bash
run: |
yarn translations:import
- name: 'Build'
uses: myparcelnl/actions/nx-run-many@v4
with:
target: 'build'

- uses: actions/upload-pages-artifact@v3
with:
path: apps/sandbox/dist
Expand Down

0 comments on commit c461fcb

Please sign in to comment.