Skip to content

Commit 26af50c

Browse files
committed
Update src/gitUtils.ts
1 parent 38af686 commit 26af50c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/git-utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export const pushTags = async () => {
3131
}
3232

3333
export const pushTag = async (tag: string) => {
34-
console.log('Pushing tag: ' + tag)
3534
await exec('git', ['push', 'origin', tag])
3635
}
3736

0 commit comments

Comments
 (0)