diff --git a/scripts/publish.ts b/scripts/publish.ts index 7b1d615f6c07..4c622a55b750 100644 --- a/scripts/publish.ts +++ b/scripts/publish.ts @@ -49,7 +49,7 @@ function makeTag(version: string): string { } if (version.includes('rc')) { - return '--tag next --pre-id rc'; + return '--tag next --preid rc'; } const baseLatestTag = getAllTags('@taiga-ui/core').latest;