diff --git a/index.js b/index.js index 7250f2f..4c17069 100644 --- a/index.js +++ b/index.js @@ -100,7 +100,7 @@ async function run() { `describe`, `--tags`, `--abbrev=0`, - `--match="${releasePattern}"`, + `--match=${releasePattern}`, `${branch}~1` )).trim(); }