Skip to content

Commit 0a0b54a

Browse files
committed
ci
1 parent 4a4fc48 commit 0a0b54a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/beta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ async function main() {
100100
skipped.forEach((x) => console.log(` - PR #${x.number}: ${x.reason}`))
101101

102102
console.log("\nForce pushing beta branch...")
103-
const push = await $`git push origin beta --force`.nothrow()
103+
const push = await $`git push origin beta --force --no-verify`.nothrow()
104104
if (push.exitCode !== 0) {
105105
throw new Error(`Failed to push beta branch: ${push.stderr}`)
106106
}

0 commit comments

Comments
 (0)