Skip to content

Commit

Permalink
flavour
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Feb 16, 2025
1 parent 383ca2b commit 976c384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.3",
version: "0.9.11-beta.4",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: flavour,
default_flavour: default_flavour,
Expand Down

0 comments on commit 976c384

Please sign in to comment.