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> {
|
async function gitPush(remote: string, args: string[]): Promise<void> {
|
||||||
await new Deno.Command("git", {
|
await new Deno.Command("git", {
|
||||||
args: [
|
args: [
|
||||||
"git",
|
|
||||||
"push",
|
"push",
|
||||||
"--follow-tags",
|
"--follow-tags",
|
||||||
remote,
|
remote,
|
||||||
|
|
Loading…
Reference in New Issue