We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0430f15 commit 9513fecCopy full SHA for 9513fec
1 file changed
Taskfile.yml
@@ -6,6 +6,7 @@ tasks:
6
desc: build and publish release
7
cmds:
8
- test {{.CLI_ARGS}}
9
+ - grep -F '"{{.CLI_ARGS}}"' build.zig.zon
10
- git tag {{.CLI_ARGS}}
11
- git push
12
- git push --tags
0 commit comments