Skip to content

Commit

Permalink
mix
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Feb 16, 2025
1 parent 52115bd commit ae2744a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,11 @@ jobs:
name: Install tools
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 ${{ env.FLAVOUR }} && just _rel-prepare
name: Prepare env
run: just config
-
name: Flavour setup
run: just setup #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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5",
version: "0.9.11-beta.6",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: flavour,
default_flavour: default_flavour,
Expand Down

0 comments on commit ae2744a

Please sign in to comment.