diff --git a/.scripts/publish.js b/.scripts/publish.js index 45a7396ee..258a91efd 100644 --- a/.scripts/publish.js +++ b/.scripts/publish.js @@ -56,4 +56,4 @@ if (taggedPackages.length === 0) { } execSync('pnpm -r publish'); -execSync('git push --tags'); +execSync('git push --follow-tags');