diff --git a/.bauke/scripts/simple-git-push.ts b/.bauke/scripts/simple-git-push.ts index d660764..6e0e690 100644 --- a/.bauke/scripts/simple-git-push.ts +++ b/.bauke/scripts/simple-git-push.ts @@ -26,7 +26,6 @@ async function main(): Promise { async function gitPush(remote: string, args: string[]): Promise { await new Deno.Command("git", { args: [ - "git", "push", "--follow-tags", remote,