From 741165fce41d894afc3e5f4e58044084e76fbc56 Mon Sep 17 00:00:00 2001 From: Phil Date: Tue, 6 Oct 2020 21:50:00 +0200 Subject: [PATCH] use const instead of let --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`; }