Skip to content

Commit edd1f02

Browse files
authored
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
1 parent d213c91 commit edd1f02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/post-release-templates.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ jobs:
8282
with:
8383
mongodb-version: 6.0
8484

85+
# The template generation script runs import map generation which needs the built payload bin scripts
86+
- run: pnpm run build:all
87+
env:
88+
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
89+
8590
- name: Update template lockfiles and migrations
8691
run: pnpm script:gen-templates
8792

0 commit comments

Comments
 (0)