mirror of
https://github.com/daylinmorgan/forge.git
synced 2024-11-14 21:17:54 -06:00
remove erroneous v
This commit is contained in:
parent
fefbe5993a
commit
2bfa76f4bd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ task build, "build":
|
|||
|
||||
task release, "build release assets":
|
||||
version = (gorgeEx "git describe --tags --always --match 'v*'").output
|
||||
exec fmt"forge release -v {version} -V"
|
||||
exec fmt"forge release -v {version}"
|
||||
|
||||
task bundle, "package build assets":
|
||||
withDir "dist":
|
||||
|
|
Loading…
Reference in a new issue