use const instead of let

This commit is contained in:
Phil 2020-10-06 21:50:00 +02:00 committed by GitHub
parent 07e8645be0
commit 741165fce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Toolkit.run(async tools => {
}
}
))) {
let preid = foundWord.split("-")[1];
const preid = foundWord.split("-")[1];
version = `prerelease --preid=${preid}`;
}