mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-01-31 11:03:11 +08:00
fix: beta workflow again (#6701)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user