diff --git a/index.js b/index.js index d5e5f94..3d4a2b9 100644 --- a/index.js +++ b/index.js @@ -152,7 +152,7 @@ async function run() { `--tags`, `--abbrev=0`, `--match=${releasePattern}`, - `${branch}~1` + `${branch}` )).trim(); } catch (err) {