File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -307,14 +307,16 @@ jobs:
307307 - name : Restore build metadata after test rebuilds
308308 run : node --import tsx packages/scripts/write-build-info.ts
309309
310+ - name : Generate release validation manifests
311+ run : |
312+ node packages/app-core/scripts/write-homepage-release-data.mjs
313+ node packages/app-core/scripts/generate-static-asset-manifest.mjs
314+
310315 - name : Release readiness checks
311316 env :
312317 ELIZA_RELEASE_TAG : ${{ needs.prepare.outputs.tag }}
313318 ELIZA_VALIDATE_CDN : " 1"
314- run : |
315- node packages/app-core/scripts/write-homepage-release-data.mjs
316- node packages/app-core/scripts/generate-static-asset-manifest.mjs
317- bun run release:check
319+ run : bun run release:check
318320
319321 build-browser-companions :
320322 name : Build Agent Browser Bridge companions
You can’t perform that action at this time.
0 commit comments