mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Fix bug in hasAnyVersionTags 🐜
This commit is contained in:
parent
d75d7890d0
commit
f85e50e499
File diff suppressed because one or more lines are too long
@ -164,6 +164,7 @@ export default class Versioning {
|
|||||||
*/
|
*/
|
||||||
static async hasAnyVersionTags() {
|
static async hasAnyVersionTags() {
|
||||||
const numberOfVersionCommits = await System.run('git', [
|
const numberOfVersionCommits = await System.run('git', [
|
||||||
|
'tag',
|
||||||
'--list',
|
'--list',
|
||||||
'--merged',
|
'--merged',
|
||||||
'HEAD',
|
'HEAD',
|
||||||
|
Loading…
Reference in New Issue
Block a user