0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

fix: use --follow-tags for git push

This commit is contained in:
Gao Sun 2022-11-16 18:20:06 +08:00
parent 2d45cc3e6e
commit fa59e8aa0f
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -56,4 +56,4 @@ if (taggedPackages.length === 0) {
} }
execSync('pnpm -r publish'); execSync('pnpm -r publish');
execSync('git push --tags'); execSync('git push --follow-tags');