Always look at current commit

This commit is contained in:
Magnus Biolzi Hansen 2022-10-18 15:17:07 +02:00 committed by GitHub
parent 3d2ea28b25
commit ea00d8684f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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