Skip to content

Commit 7e1dbc2

Browse files
committed
use beta tag
1 parent 9823516 commit 7e1dbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/exp/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ async function publishToNpm(packagePaths: string[], dryRun = false) {
379379
}
380380

381381
async function publishPackage(packagePath: string, dryRun: boolean) {
382-
const args = ['publish', '--access', 'public', '--tag', 'exp'];
382+
const args = ['publish', '--access', 'public', '--tag', 'beta'];
383383
if (dryRun) {
384384
args.push('--dry-run');
385385
}

0 commit comments

Comments
 (0)