[compiler] Update publish tags (#32952)

Adds missing tag.
This commit is contained in:
lauren 2025-04-17 13:13:50 -04:00 committed by GitHub
parent 45d942f94a
commit ce578f9c59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ async function main() {
.option('tag', { .option('tag', {
description: 'Tag to publish to npm', description: 'Tag to publish to npm',
type: 'choices', type: 'choices',
choices: ['experimental', 'beta'], choices: ['experimental', 'beta', 'rc'],
default: 'experimental', default: 'experimental',
}) })
.option('version-name', { .option('version-name', {