mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +00:00
Remove quotes for match value
This commit is contained in:
parent
0383dec643
commit
48bb665d5c
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -100,7 +100,7 @@ async function run() {
|
||||||
`describe`,
|
`describe`,
|
||||||
`--tags`,
|
`--tags`,
|
||||||
`--abbrev=0`,
|
`--abbrev=0`,
|
||||||
`--match="${releasePattern}"`,
|
`--match=${releasePattern}`,
|
||||||
`${branch}~1`
|
`${branch}~1`
|
||||||
)).trim();
|
)).trim();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue