This commit is contained in:
Mayel de Borniol 2024-04-15 23:30:10 +01:00
parent 23a10635b9
commit 9e9e0090d8
2 changed files with 6 additions and 6 deletions

View file

@ -127,12 +127,12 @@ jobs:
# id: version # id: version
# uses: salsify/action-detect-and-tag-new-version@v2 # uses: salsify/action-detect-and-tag-new-version@v2
# with: # with:
# create-tag: false # unless tag is already created in another job # create-tag: false # tag is already created in another job
# version-command: grep -m 1 'version:' mix.exs | cut -d '"' -f2 # version-command: grep -m 1 'version:' mix.exs | cut -d '"' -f2
- # -
if: steps.version.outputs.current-version == steps.version.outputs.previous-version # if: steps.version.outputs.current-version == steps.version.outputs.previous-version
name: Cancel workflow if the version has not changed # name: Cancel workflow if the version has not changed
uses: andymckay/cancel-action@0.2 # uses: andymckay/cancel-action@0.2
- -
name: Install deps & build app name: Install deps & build app
run: | run: |

View file

@ -154,7 +154,7 @@ defmodule Bonfire.Umbrella.MixProject do
# TODO: put these in ENV or an external writeable config file similar to deps.* # TODO: put these in ENV or an external writeable config file similar to deps.*
@config [ @config [
# note that the flavour will automatically be added where the dash appears # note that the flavour will automatically be added where the dash appears
version: "0.9.10-beta.38", version: "0.9.10-beta.39",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}", elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour, flavour: @flavour,
default_flavour: @default_flavour, default_flavour: @default_flavour,