Skip to content

Commit

Permalink
fix prerelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-theriault-swi committed Aug 15, 2023
1 parent d42bf2b commit 0a29d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if (status.length > 0) {

let command = "yarn version apply --all"
if (process.argv[2] === "pre") {
command += " --prerelease pre.%d"
command += " --prerelease='pre.%d'"
}

exec(command)
Expand Down

0 comments on commit 0a29d2e

Please sign in to comment.