From 6a0cc4d0b55664f70525a6ef90009e54ff7af2f8 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 17 Jul 2022 10:14:25 -0400 Subject: [PATCH] chore: Format --- src/git.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/git.ts b/src/git.ts index 8625a132c..5f6a73d6d 100644 --- a/src/git.ts +++ b/src/git.ts @@ -317,7 +317,6 @@ export async function deploy(action: ActionInterface): Promise { info(`Changes committed to the ${action.branch} branch… đŸ“¦`) if (action.tag) { - console.log('ADDING TAG!!!') info(`Adding '${action.tag}' tag to the commit…`) await execute( `git tag ${action.tag}`,