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:
parent
2d45cc3e6e
commit
fa59e8aa0f
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue