Skip to content

Commit

Permalink
chore: fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Jul 5, 2024
1 parent 8a71f2f commit dfc79ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dfc79ae

Please sign in to comment.