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