electric-sql / legacy-cli

ElectricSQL command line interface (CLI) tool.
https://electric-sql.com/docs
Apache License 2.0
10 stars 0 forks source link

fix: ci issues on release with brew #23

Closed icehaunter closed 1 year ago

linear[bot] commented 1 year ago
VAX-495 CLI install doesn't work.

The CI build is broken here: [https://github.com/electric-sql/cli/actions/runs/3793688540/jobs/6469536344](https://github.com/electric-sql/cli/actions/runs/3793688540/jobs/6469536344) A local `./build.sh` and/or `./release.sh` throws this error, seemingly because it doesn't like the `version: git_version()` in `mix.exs`: ``` All dependencies are up to date** (Mix) Expected :version to be a valid Version, got: "43a0bac" (see the Version module for more information) ``` This means I can't: ``` electric init $APP ```