Skip to content

Commit

Permalink
fix(electric,elixir-client): Write static version string to mix.exs p…
Browse files Browse the repository at this point in the history
…rior to publishing (#2180)

Fixes #2179

---------

Co-authored-by: Garry Hill <[email protected]>
  • Loading branch information
alco and magnetised authored Feb 4, 2025
1 parent 5516d70 commit abbde9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sync-service/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ defmodule Electric.MixProject do
links: %{
"Electric SQL" => "https://electric-sql.com",
"Github" => @github_repo
}
},
files: ~w(lib .formatter.exs mix.exs README.md CHANGELOG.md LICENSE package.json)
]
end

Expand Down

0 comments on commit abbde9c

Please sign in to comment.