This commit is contained in:
Mayel de Borniol 2024-04-15 23:51:54 +01:00
parent c897e8e4a3
commit f1338adc96
2 changed files with 2 additions and 2 deletions

View file

@ -136,8 +136,8 @@ jobs:
-
name: Install deps & build app
run: |
echo "$HOME/.local/bin" >> $GITHUB_PATH
chmod +x deps-debian.sh && ./deps-debian.sh
# . /opt/asdf/asdf.sh
just config
just mix "deps.get --only prod"
just rel-build

View file

@ -154,7 +154,7 @@ defmodule Bonfire.Umbrella.MixProject do
# TODO: put these in ENV or an external writeable config file similar to deps.*
@config [
# note that the flavour will automatically be added where the dash appears
version: "0.9.10-beta.40",
version: "0.9.10-beta.41",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,