Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Dec 18, 2023
1 parent 3ae5065 commit fb88ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/helpers/src/pre-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ await program.parseAsync();
*/
function packageJsonNextPatch() {
const packageJson = parsePackageJson();
let version = packageJson.version.split('-')[0];
const version = packageJson.version.split('-')[0];

const splitVersion = version.split('.');

Expand Down

0 comments on commit fb88ee5

Please sign in to comment.