Skip to content

Commit

Permalink
docs?
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Jul 30, 2024
1 parent df43808 commit ab9a10f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install rebar
run: mix local.rebar --force
- name: Prepare environment
run: just _pre-setup && just init
run: just config && just setup-dev
- name: Install dependencies
run: just mix deps.get
-
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,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.122",
version: "0.9.10-beta.123",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,
Expand Down

0 comments on commit ab9a10f

Please sign in to comment.