We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a6bac commit 6a0cc4dCopy full SHA for 6a0cc4d
src/git.ts
@@ -317,7 +317,6 @@ export async function deploy(action: ActionInterface): Promise<Status> {
317
info(`Changes committed to the ${action.branch} branch… 📦`)
318
319
if (action.tag) {
320
- console.log('ADDING TAG!!!')
321
info(`Adding '${action.tag}' tag to the commit…`)
322
await execute(
323
`git tag ${action.tag}`,
0 commit comments