Commit d25b55e
fix: move VERSION var below RUN_SCRIPT and SCRIPTS_DIR in Taskfile
Task resolves vars in definition order, so VERSION must be defined
after the variables it references (RUN_SCRIPT, SCRIPTS_DIR).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8c3ec2c commit d25b55e
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments