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:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user