Skip to content

Commit

Permalink
Merge pull request #275 from skalenetwork/bug/SKALE-2500-publish-cont…
Browse files Browse the repository at this point in the history
…ainer

SKALE-2500 fix calculating version
  • Loading branch information
olehnikolaiev authored May 18, 2020
2 parents 6a3f0d2 + be66494 commit 8f2ac65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ jobs:
cp build/skaled/skaled scripts/skale_build/executable/
export BRANCH=${GITHUB_REF##*/}
echo "Branch $BRANCH"
export VERSION=$(bash ./scripts/calculate_version.sh)
export VERSION=$(cat ../VERSION)
export VERSION=$(bash ./scripts/calculate_version.sh $BRANCH $VERSION)
echo "::set-env name=VERSION::$VERSION"
echo "Version $VERSION"
export RELEASE=true
Expand Down

0 comments on commit 8f2ac65

Please sign in to comment.