Skip to content

Commit

Permalink
ci: fix release beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jun 1, 2024
1 parent 805cc08 commit 1aa376f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commit-and-tag-version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ console.log(msg);
console.log();

if (opt.beta) {
console.log(`${bold.green(">")} ${info.underline("Bumping beta version...")}`);
console.log(`${bold.green(">")} ${info(underline("Bumping beta version..."))}`);
console.log();
const bumpFiles = [
{
Expand Down

0 comments on commit 1aa376f

Please sign in to comment.