Skip to content

Commit

Permalink
Bump to v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomanuel committed Dec 22, 2019
1 parent 0553957 commit 027ca6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,16 @@ jobs:
apppath="$RELEASE_PATH/$APPLICATION"
archive="$APPLICATION-$version.tar.gz"
cp cooperatives.yml $apppath/
echo $REVISION > $apppath/REVISION
echo $version > $apppath/VERSION
echo "$REVISION @ $REF" > $apppath/REVISION
echo "$version @ $REF" > $apppath/VERSION
tar -zcf $archive -C $RELEASE_PATH $APPLICATION
echo "::set-output name=timestamp::$timestamp"
echo "::set-output name=version::$version"
echo "::set-output name=archive::$archive"
echo "Release package built at $archive"
env:
REVISION: ${{ github.sha }}
REF: ${{ github.ref }}
RELEASE_PATH: _build/prod/rel
APPLICATION: coophub

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Coophub.MixProject do
def project do
[
app: :coophub,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
Expand Down

0 comments on commit 027ca6c

Please sign in to comment.