diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 121b4bb591..fea6875594 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -78,7 +78,7 @@ jobs: run: sudo apt-get update -y && sudo apt-get install -y cargo && cargo install just && echo "/github/home/.cargo/bin" >> $GITHUB_PATH - name: Pre-build prep - run: just _clone_flavour_apps && just _config_flavour ${{ env.FLAVOUR }} && just flavour_make_symlinks {{flavour}} && just _rel-prepare + run: just _clone_flavour_apps && just _config_flavour ${{ env.FLAVOUR }} && just flavour_make_symlinks ${{ env.FLAVOUR }} && just _rel-prepare - name: Build and push id: docker_build diff --git a/mix.exs b/mix.exs index ab46eff53a..f113eaecca 100644 --- a/mix.exs +++ b/mix.exs @@ -273,7 +273,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.11-beta.3", + version: "0.9.11-beta.4", elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}", flavour: flavour, default_flavour: default_flavour,