From 48bb665d5ce2a1746df0a3eac01f286172f8355f Mon Sep 17 00:00:00 2001 From: Paul Hatcherian <1835615+PaulHatch@users.noreply.github.com> Date: Tue, 6 Oct 2020 20:56:32 -0400 Subject: [PATCH] Remove quotes for match value --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }