1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

remove --recover

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-05-12 10:30:50 -04:00
parent 87cc5f8995
commit 3b49dc9318

View File

@ -192,7 +192,6 @@ const createPrArgs = [
"--title", `release ${newVersion.format()}`,
"--label", "skip-changelog",
"--body-file", "-",
"--recover", "./create-pr-body-recovery",
];
const createPrProcess = spawn("gh", createPrArgs, { stdio: "pipe" });