Commit d3883ca
committed
🔧 Fix binary verification commands in CI and release configs
- Changed `./chronicle --version` to `./chronicle --help` in `.github/workflows/ci.yml` build verification step
- Updated goreleaser homebrew test from `--version` to `--help` in `.goreleaser.yml`
This suggests the chronicle binary doesn't support a `--version` flag but does support `--help` for basic functionality testing 🤷♂️ Both changes ensure the build verification and package tests actually work instead of failing on unsupported flags! 💪1 parent 132e29d commit d3883ca
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments