From c5c6c0906a580eb8666d0cc55f3c34d0676ee8bf Mon Sep 17 00:00:00 2001 From: KaKi87 Date: Sat, 19 Jul 2025 15:44:07 +0200 Subject: [PATCH] :bug: Fix 94e2b81 --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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