Remove quotes for match value

This commit is contained in:
Paul Hatcherian 2020-10-06 20:56:32 -04:00
parent 0383dec643
commit 48bb665d5c

View file

@ -100,7 +100,7 @@ async function run() {
`describe`,
`--tags`,
`--abbrev=0`,
`--match="${releasePattern}"`,
`--match=${releasePattern}`,
`${branch}~1`
)).trim();
}