diff --git a/index.js b/index.js index e1331da..3053e37 100644 --- a/index.js +++ b/index.js @@ -47,7 +47,7 @@ Toolkit.run(async tools => { } } ))) { - let preid = foundWord.split("-")[1]; + const preid = foundWord.split("-")[1]; version = `prerelease --preid=${preid}`; }