Skip to content

Commit

Permalink
chore: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jul 17, 2022
1 parent 73a6bac commit 6a0cc4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ export async function deploy(action: ActionInterface): Promise<Status> {
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}`,
Expand Down

0 comments on commit 6a0cc4d

Please sign in to comment.