mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
- Removes version numbers from infra components (elixir/relay) - Removes version bumping from Rust workspace members that don't get published - Splits release publishing into `gateway-`, `headless-client-`, and `gui-client-` - Removes auto-deploying new infrastructure when a release is published. Use the Deploy Production workflow instead. Fixes #4397
8 lines
119 B
Elixir
8 lines
119 B
Elixir
case File.read(Path.join([__DIR__, "GIT_SHA"])) do
|
|
{:ok, sha} ->
|
|
sha |> String.trim()
|
|
|
|
_ ->
|
|
"deadbeef"
|
|
end
|