diff --git a/main.js b/main.js index 2e71fc8cdb3..a491e1b9d6d 100644 --- a/main.js +++ b/main.js @@ -38,7 +38,7 @@ for(const { console.log(`Tagging version ${version}`); await $`git tag -a ${version} -m ${version}`; console.log(`Pushing version ${version}`); - await $`git push`; + await $`git push --follow-tags`; console.log(`Version ${version} pushed`) } console.log('Done'); \ No newline at end of file