Update beta.mjs
This commit is contained in:
parent
7b284c04ed
commit
1921f3f55b
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user