From d3a1aeeeca43aef9cec0f44645d9a70d0f9f2994 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Tue, 16 Apr 2024 11:13:24 +0100 Subject: [PATCH] 50 --- .github/workflows/release.yaml | 14 ++++++++------ mix.exs | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 283c2825e3..84e896f32d 100755 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -72,7 +72,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 rel-prepare + run: just _rel-prepare - name: Build and push id: docker_build @@ -146,24 +146,26 @@ jobs: name: Check tools run: | echo $PATH + whoami which erl elixir -v just --version yarn -v - - mix local.hex --force - mix local.rebar --force - name: Install Bonfire deps run: | just config + mix local.hex --force + mix local.rebar --force just mix "deps.get --only prod" - name: Build app run: | - ls -la data/current_flavour/config/flavour_assets/ && data/current_flavour/config/flavour_assets/hooks/ + ls -la data/current_flavour/config/flavour_assets/ + ls -la data/current_flavour/config/flavour_assets/hooks/ just rel-build - ls -la data/current_flavour/config/flavour_assets/ && data/current_flavour/config/flavour_assets/hooks/ + ls -la data/current_flavour/config/flavour_assets/ + ls -la data/current_flavour/config/flavour_assets/hooks/ cd _build/prod/rel && tar -czvf bonfire-${{ env.FLAVOUR }}-amd64-debian-bullseye.tar.gz bonfire - name: Release to github uses: softprops/action-gh-release@v2 diff --git a/mix.exs b/mix.exs index b3cf69df62..35d6177c75 100755 --- a/mix.exs +++ b/mix.exs @@ -157,7 +157,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.49", + version: "0.9.10-beta.50", elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}", flavour: @flavour, default_flavour: @default_flavour,