Skip to content

Commit

Permalink
use const instead of let
Browse files Browse the repository at this point in the history
  • Loading branch information
phips28 authored Oct 6, 2020
1 parent 07e8645 commit 741165f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Toolkit.run(async tools => {
}
}
))) {
let preid = foundWord.split("-")[1];
const preid = foundWord.split("-")[1];
version = `prerelease --preid=${preid}`;
}

Expand Down

0 comments on commit 741165f

Please sign in to comment.