mirror of
https://github.com/daylinmorgan/forge.git
synced 2024-11-24 00:40:45 -06:00
build: only match version tags
This commit is contained in:
parent
aabe719300
commit
ad33888072
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ requires "nim >= 2.0.0",
|
|||
import strformat
|
||||
|
||||
task release, "build release assets":
|
||||
version = (gorgeEx "git describe --tags --always").output
|
||||
version = (gorgeEx "git describe --tags --always --match 'v*'").output
|
||||
exec &"forge release -v {version} -V"
|
||||
|
||||
task bundle, "package build assets":
|
||||
|
|
Loading…
Reference in a new issue