fix(monorepo-scripts): Fix typo in git tag command
This commit is contained in:
parent
797fd38e00
commit
5ccf41c566
@ -117,7 +117,7 @@ export const utils = {
|
||||
return tags;
|
||||
},
|
||||
async getLocalGitTagsAsync(): Promise<string[]> {
|
||||
const result = await execAsync(`git tags`, {
|
||||
const result = await execAsync(`git tag`, {
|
||||
cwd: constants.monorepoRootPath,
|
||||
});
|
||||
const tagsString = result.stdout;
|
||||
|
Loading…
x
Reference in New Issue
Block a user