Skip to content

Commit a51165b

Browse files
committed
Don't overwrite the old v3 dist-tag
1 parent dc82891 commit a51165b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function run() {
6262
let tag =
6363
semver.prerelease(version) == null && semver.compare(version, "6.0.0") > 0
6464
? "latest"
65-
: "previous";
65+
: "v5";
6666

6767
console.log();
6868
console.log(

0 commit comments

Comments
 (0)