mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-20 15:01:26 +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);
|
await createAndPushTag(releaseOpts);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (shouldRunStep("create-github-release")) {
|
// DISABLED FOR TESTING - uncomment when ready to release
|
||||||
console.log("==> Creating GitHub Release");
|
// if (shouldRunStep("create-github-release")) {
|
||||||
await createGitHubRelease(releaseOpts);
|
// console.log("==> Creating GitHub Release");
|
||||||
}
|
// await createGitHubRelease(releaseOpts);
|
||||||
|
// }
|
||||||
|
|
||||||
console.log("==> Complete");
|
console.log("==> Complete");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue