fix(release): use tauri-action beforeBuildCommand for web build

Moves web frontend build into tauri-action's beforeBuildCommand so
Turborepo's dependency graph drives the ordering rather than a
detached workflow step that can be reordered away from the action
that needs it.
This commit is contained in:
Offending Commit
2026-04-27 14:48:44 -05:00
parent 18feaeb3d4
commit c66d0f326c

View File

@@ -62,4 +62,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
releaseId: ${{ steps.get-release.outputs.release_id }}
beforeBuildCommand: pnpm turbo build --filter=@openconcho/web
args: --target ${{ matrix.target }}