Trust my repo

This commit is contained in:
Mayel de Borniol 2024-04-14 19:17:49 +01:00
parent 9d3d42dec0
commit 03241bd6dc
2 changed files with 3 additions and 3 deletions

View file

@ -27,6 +27,8 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 2 # needed for action-detect-and-tag-new-version
- name: Trust my repo
run: export GIT_CEILING_DIRECTORIES=/__w && git config --global --add safe.directory /__w/bonfire-app/bonfire-app # see https://github.com/actions/checkout/issues/760
-
name: Detect version
id: version
@ -39,8 +41,6 @@ jobs:
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: Trust my repo
run: export GIT_CEILING_DIRECTORIES=/__w && git config --global --add safe.directory /__w/bonfire-app/bonfire-app # see https://github.com/actions/checkout/issues/760
- name: Install hex
run: mix local.hex --force
- name: Install rebar

View file

@ -155,7 +155,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.31",
version: "0.9.10-beta.32",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,