fix: beta workflow again (#6701)

This commit is contained in:
Louis Lam
2026-01-13 17:41:29 +08:00
committed by GitHub
parent 7b284c04ed
commit a6970c8a63

View File

@@ -50,6 +50,9 @@ await checkTagExists(repoNames, version);
// node extra/beta/update-version.js
execSync("node ./extra/beta/update-version.js");
// Git Push
spawnSync("git", ["push", "origin", branchName]);
// Create Pull Request
await createReleasePR(version, previousVersion, dryRun, branchName, githubRunId);