diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75a83d00..9cb2acb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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