mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-01-30 12:59:10 +08:00
Compare commits
1 Commits
v2.0-alpha
...
v2.0-alpha
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c317d144c3 |
4240
dist/index.js
generated
vendored
4240
dist/index.js
generated
vendored
File diff suppressed because it is too large
Load Diff
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@@ -265,7 +265,7 @@ export default class Versioning {
|
||||
* Get the tag if there is one pointing at HEAD
|
||||
*/
|
||||
static async getTag() {
|
||||
return this.git(['tag', '--points-at', 'HEAD']);
|
||||
return (await this.git(['tag', '--points-at', 'HEAD'])).trim();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user