Skip to content

Commit

Permalink
Allow publishing with beta tag (#22768)
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite authored Nov 15, 2021
1 parent a52d76b commit 96ca8d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release/publish-commands/parse-params.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports = () => {
case 'next':
case 'experimental':
case 'alpha':
case 'beta':
case 'untagged':
break;
default:
Expand Down

0 comments on commit 96ca8d9

Please sign in to comment.