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

even more work

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-05-12 10:29:42 -04:00
parent 4eb9fb222d
commit 87cc5f8995

View File

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