Skip to content

Commit 7538b2d

Browse files
committed
choer: 调整发版配置
1 parent dca8355 commit 7538b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async function main() {
8080

8181
if (args.tag === "beta") {
8282
step("publish packages for beta...");
83-
await run("npm", ["publish", "--tag=beta"]);
83+
await run("npm", ["publish", "--tag beta"]);
8484
} else {
8585
step("publish packages for official...");
8686
await run("npm", ["publish"]);

0 commit comments

Comments
 (0)