mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 13:08: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`,
|
||||
`--tags`,
|
||||
`--abbrev=0`,
|
||||
`--match="${releasePattern}"`,
|
||||
`--match=${releasePattern}`,
|
||||
`${branch}~1`
|
||||
)).trim();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue