Allow publishing with `beta` tag (#22768)

This commit is contained in:
Andrew Clark 2021-11-15 13:43:40 -05:00 committed by GitHub
parent a52d76b877
commit 96ca8d9155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ module.exports = () => {
case 'next':
case 'experimental':
case 'alpha':
case 'beta':
case 'untagged':
break;
default: