mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 13:08:17 +00:00
Always look at current commit
This commit is contained in:
parent
3d2ea28b25
commit
ea00d8684f
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -152,7 +152,7 @@ async function run() {
|
|||
`--tags`,
|
||||
`--abbrev=0`,
|
||||
`--match=${releasePattern}`,
|
||||
`${branch}~1`
|
||||
`${branch}`
|
||||
)).trim();
|
||||
}
|
||||
catch (err) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue