diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 13836c20b5..ce163b8de3 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -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 diff --git a/mix.exs b/mix.exs index a64635f9a7..8241484532 100755 --- a/mix.exs +++ b/mix.exs @@ -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,