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;
|
return tags;
|
||||||
},
|
},
|
||||||
async getLocalGitTagsAsync(): Promise<string[]> {
|
async getLocalGitTagsAsync(): Promise<string[]> {
|
||||||
const result = await execAsync(`git tags`, {
|
const result = await execAsync(`git tag`, {
|
||||||
cwd: constants.monorepoRootPath,
|
cwd: constants.monorepoRootPath,
|
||||||
});
|
});
|
||||||
const tagsString = result.stdout;
|
const tagsString = result.stdout;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user