Skip to content

Commit a9bb214

Browse files
committed
Dist tags can't be semver
1 parent 5b6fe03 commit a9bb214

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-
: "v5";
65+
: "classic";
6666

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

0 commit comments

Comments
 (0)