mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
added projectPath parameter to running of git (#323)
This commit is contained in:
parent
018e347c3d
commit
7871734e90
@ -274,6 +274,7 @@ export default class Versioning {
|
||||
static async hasAnyVersionTags() {
|
||||
const numberOfCommitsAsString = await System.run('sh', undefined, {
|
||||
input: Buffer.from('git tag --list --merged HEAD | grep v[0-9]* | wc -l'),
|
||||
cwd: this.projectPath,
|
||||
silent: false,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user