We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4fc48 commit 0a0b54aCopy full SHA for 0a0b54a
1 file changed
script/beta.ts
@@ -100,7 +100,7 @@ async function main() {
100
skipped.forEach((x) => console.log(` - PR #${x.number}: ${x.reason}`))
101
102
console.log("\nForce pushing beta branch...")
103
- const push = await $`git push origin beta --force`.nothrow()
+ const push = await $`git push origin beta --force --no-verify`.nothrow()
104
if (push.exitCode !== 0) {
105
throw new Error(`Failed to push beta branch: ${push.stderr}`)
106
}
0 commit comments