fix: beta workflow again (#6701)
This commit is contained in:
parent
7b284c04ed
commit
a6970c8a63
@ -50,6 +50,9 @@ await checkTagExists(repoNames, version);
|
|||||||
// node extra/beta/update-version.js
|
// node extra/beta/update-version.js
|
||||||
execSync("node ./extra/beta/update-version.js");
|
execSync("node ./extra/beta/update-version.js");
|
||||||
|
|
||||||
|
// Git Push
|
||||||
|
spawnSync("git", ["push", "origin", branchName]);
|
||||||
|
|
||||||
// Create Pull Request
|
// Create Pull Request
|
||||||
await createReleasePR(version, previousVersion, dryRun, branchName, githubRunId);
|
await createReleasePR(version, previousVersion, dryRun, branchName, githubRunId);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user