Skip to content

Commit

Permalink
Change tag from next -> pre
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Feb 6, 2023
1 parent 8efe5c8 commit 8bfdc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function run() {
? "experimental"
: semver.prerelease(version) == null
? "latest"
: "next";
: "pre";

console.log();
console.log(` Publishing version ${version} to npm with tag "${tag}"`);
Expand Down

0 comments on commit 8bfdc1f

Please sign in to comment.