ci: fix post-release-templates workflow (#13159)
Fixes the post-release-templates workflow by building payload before running the gen templates script --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1210784057163370
This commit is contained in:
5
.github/workflows/post-release-templates.yml
vendored
5
.github/workflows/post-release-templates.yml
vendored
@@ -82,6 +82,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
mongodb-version: 6.0
|
mongodb-version: 6.0
|
||||||
|
|
||||||
|
# The template generation script runs import map generation which needs the built payload bin scripts
|
||||||
|
- run: pnpm run build:all
|
||||||
|
env:
|
||||||
|
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
|
||||||
|
|
||||||
- name: Update template lockfiles and migrations
|
- name: Update template lockfiles and migrations
|
||||||
run: pnpm script:gen-templates
|
run: pnpm script:gen-templates
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user