diff --git a/.github/workflows/update-swc.yml b/.github/workflows/update-swc.yml index 86c6df871..582363f33 100644 --- a/.github/workflows/update-swc.yml +++ b/.github/workflows/update-swc.yml @@ -48,7 +48,7 @@ jobs: - name: Update SWC if: steps.version-check.outputs.UPDATE_REQUIRED == 'true' - run: ./tools/update-swc.sh + run: node --run build:wasm - name: Create Pull Request with first commit if: steps.version-check.outputs.UPDATE_REQUIRED == 'true'