From f1338adc96f5a29d17551c47c4eee3187064b966 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Mon, 15 Apr 2024 23:51:54 +0100 Subject: [PATCH] ci6 --- .github/workflows/release.yaml | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2b91768012..0bd48e4738 100755 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/mix.exs b/mix.exs index 249fec8c08..173a37b10a 100755 --- a/mix.exs +++ b/mix.exs @@ -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,