Skip to content

Commit d6baf65

Browse files
authored
fix(release): add missing '-' parameter
1 parent c9a435b commit d6baf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const commitAndPR = async (
8888
}
8989
});
9090

91-
spawn('git', ['switch']);
91+
spawn('git', ['switch', '-']);
9292
spawn('git', ['branch', '-d', branch]);
9393
};
9494

0 commit comments

Comments
 (0)