From 9e9e0090d89452d0f4bbd4bfb10a9e5378f2f100 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Mon, 15 Apr 2024 23:30:10 +0100 Subject: [PATCH] ci4 --- .github/workflows/release.yaml | 10 +++++----- mix.exs | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 306915364a..2b91768012 100755 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -127,12 +127,12 @@ jobs: # id: version # uses: salsify/action-detect-and-tag-new-version@v2 # 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 - - - if: steps.version.outputs.current-version == steps.version.outputs.previous-version - name: Cancel workflow if the version has not changed - uses: andymckay/cancel-action@0.2 + # - + # if: steps.version.outputs.current-version == steps.version.outputs.previous-version + # name: Cancel workflow if the version has not changed + # uses: andymckay/cancel-action@0.2 - name: Install deps & build app run: | diff --git a/mix.exs b/mix.exs index 42bf870255..f0bf9077d6 100755 --- a/mix.exs +++ b/mix.exs @@ -154,7 +154,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.38", + version: "0.9.10-beta.39", elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}", flavour: @flavour, default_flavour: @default_flavour,