mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 04:05:03 +00:00
test: disable github release step for testing
This commit is contained in:
parent
2a922ef562
commit
3126fa21eb
1 changed files with 5 additions and 4 deletions
|
|
@ -618,10 +618,11 @@ async function main() {
|
|||
await createAndPushTag(releaseOpts);
|
||||
}
|
||||
|
||||
if (shouldRunStep("create-github-release")) {
|
||||
console.log("==> Creating GitHub Release");
|
||||
await createGitHubRelease(releaseOpts);
|
||||
}
|
||||
// DISABLED FOR TESTING - uncomment when ready to release
|
||||
// if (shouldRunStep("create-github-release")) {
|
||||
// console.log("==> Creating GitHub Release");
|
||||
// await createGitHubRelease(releaseOpts);
|
||||
// }
|
||||
|
||||
console.log("==> Complete");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue