Skip to content

Commit 6a0cc4d

Browse files
committed
chore: Format
1 parent 73a6bac commit 6a0cc4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/git.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ export async function deploy(action: ActionInterface): Promise<Status> {
317317
info(`Changes committed to the ${action.branch} branch… 📦`)
318318

319319
if (action.tag) {
320-
console.log('ADDING TAG!!!')
321320
info(`Adding '${action.tag}' tag to the commit…`)
322321
await execute(
323322
`git tag ${action.tag}`,

0 commit comments

Comments
 (0)