summaryrefslogtreecommitdiffhomepage
path: root/script/beta.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-30 10:15:45 -0500
committerDax Raad <[email protected]>2026-01-30 10:15:45 -0500
commit0a0b54aa4b3ea20f45652bfc9d982922584e8448 (patch)
tree6e1c78b7cbb404685a58a0b2e4b05517989471f4 /script/beta.ts
parent4a4fc48ee8ee193c73c0be143a06c00c01ba5902 (diff)
downloadopencode-0a0b54aa4b3ea20f45652bfc9d982922584e8448.tar.gz
opencode-0a0b54aa4b3ea20f45652bfc9d982922584e8448.zip
ci
Diffstat (limited to 'script/beta.ts')
-rwxr-xr-xscript/beta.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/beta.ts b/script/beta.ts
index 7884fd248..a1a07ce9a 100755
--- a/script/beta.ts
+++ b/script/beta.ts
@@ -100,7 +100,7 @@ async function main() {
skipped.forEach((x) => console.log(` - PR #${x.number}: ${x.reason}`))
console.log("\nForce pushing beta branch...")
- const push = await $`git push origin beta --force`.nothrow()
+ const push = await $`git push origin beta --force --no-verify`.nothrow()
if (push.exitCode !== 0) {
throw new Error(`Failed to push beta branch: ${push.stderr}`)
}