Skip to content

Commit 96ca8d9

Browse files
authored
Allow publishing with beta tag (#22768)
1 parent a52d76b commit 96ca8d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release/publish-commands/parse-params.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ module.exports = () => {
4444
case 'next':
4545
case 'experimental':
4646
case 'alpha':
47+
case 'beta':
4748
case 'untagged':
4849
break;
4950
default:

0 commit comments

Comments
 (0)