diff --git a/index.js b/index.js index 70c73ad..d18a664 100644 --- a/index.js +++ b/index.js @@ -92,9 +92,9 @@ const workspace = process.env.GITHUB_WORKSPACE; }), ) ) { - if (foundWord != ''){ + if (foundWord !== ''){ preid = foundWord.split('-')[1]; - } + } version = 'prerelease'; }