diff --git a/index.js b/index.js index d45da8e..8f122ab 100644 --- a/index.js +++ b/index.js @@ -118,7 +118,7 @@ const workspace = process.env.GITHUB_WORKSPACE; console.log('version action after final decision:', version); // case: if nothing of the above matches - if (version === null) { + if (!version) { exitSuccess('No version keywords found, skipping bump.'); return; }