Remove the command from args.
This commit is contained in:
parent
7cbab0f4b7
commit
d96b1b01e0
|
@ -26,7 +26,6 @@ async function main(): Promise<void> {
|
|||
async function gitPush(remote: string, args: string[]): Promise<void> {
|
||||
await new Deno.Command("git", {
|
||||
args: [
|
||||
"git",
|
||||
"push",
|
||||
"--follow-tags",
|
||||
remote,
|
||||
|
|
Loading…
Reference in New Issue