This commit is contained in:
Mayel de Borniol 2022-09-23 17:00:51 +12:00
parent aee9c1f995
commit 6927e563a2
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ jobs:
with:
version: ${{ steps.version.outputs.current-version }}
message: ${{ github.event.inputs.message }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
repos: "bonfire_common,bonfire_me,bonfire_social,bonfire_ui_common,bonfire_ui_me,bonfire_ui_social"
owner: "bonfire-networks"
# -

View file

@ -6,7 +6,7 @@ defmodule Bonfire.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.3.4-beta.41",
version: "0.3.4-beta.42",
elixir: "~> 1.13",
default_flavour: "classic",
logo: "assets/static/images/bonfire-icon.png",