This commit is contained in:
Mayel de Borniol 2023-10-10 12:29:04 +01:00
parent d4c7a2e148
commit 7fca8c0787
2 changed files with 9 additions and 9 deletions

View file

@ -27,14 +27,14 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 2 # needed for action-detect-and-tag-new-version
-
name: Detect version
id: version
uses: salsify/action-detect-and-tag-new-version@v2
with:
create-tag: true
version-command: |
grep -m 1 'version:' mix.exs | cut -d '"' -f2
# -
# name: Detect version
# id: version
# uses: salsify/action-detect-and-tag-new-version@v2
# with:
# create-tag: true
# version-command: |
# grep -m 1 'version:' mix.exs | cut -d '"' -f2
# -
# if: steps.version.outputs.current-version == steps.version.outputs.previous-version
# name: Cancel workflow if the version has not changed

View file

@ -88,7 +88,7 @@ defmodule Bonfire.Umbrella.MixProject do
@default_flavour "classic"
@config [
# note that the flavour will automatically be added where the dash appears
version: "0.9.6-beta.24",
version: "0.9.6-beta.25",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
default_flavour: @default_flavour,
logo: "assets/static/images/bonfire-icon.png",