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:
Alessio Gravili
2025-07-14 11:03:50 -07:00
committed by GitHub
parent d213c9150d
commit edd1f02eb5

View File

@@ -82,6 +82,11 @@ jobs:
with:
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
run: pnpm script:gen-templates