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 38af686 commit 26af50cCopy full SHA for 26af50c
src/git-utils.ts
@@ -31,7 +31,6 @@ export const pushTags = async () => {
31
}
32
33
export const pushTag = async (tag: string) => {
34
- console.log('Pushing tag: ' + tag)
35
await exec('git', ['push', 'origin', tag])
36
37
0 commit comments