mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
Support rc tags in build version
This commit is contained in:
parent
c5d3008d85
commit
05331e1fa2
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ func getTag(match ...string) (string, *semver.PRVersion) {
|
|||
}
|
||||
}
|
||||
|
||||
return tagParts[0], nil
|
||||
return string(tag), nil
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue