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}`,