init auto release project
This commit is contained in:
@ -42,7 +42,7 @@ async function getNewestRelease(releases) {
|
||||
const initialVersion = core.getInput("initial-version");
|
||||
|
||||
const semVerParser = (version) => {
|
||||
return version.replace("v", "").split(".").map(parseFloat);
|
||||
return version.replace("v", "").split(".").map(parseInt);
|
||||
};
|
||||
|
||||
const isSemVerGreater = (a, b) => {
|
||||
|
Reference in New Issue
Block a user