This commit is contained in:
Louis Lam 2026-01-13 19:56:41 +08:00
parent dbf6dfcdb5
commit 9c43e20618
2 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ checkDocker();
await checkTagExists(repoNames, version);
// node extra/beta/update-version.js
execSync("node ./extra/beta/update-version.js");
await import("../beta/update-version.js");
// Create Pull Request (gh pr create will handle pushing the branch)
await createReleasePR(version, previousVersion, dryRun, branchName, githubRunId);