Skip to content

Commit

Permalink
release fix (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboucquez committed Apr 8, 2020
1 parent 865d744 commit a631cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ "$TRAVIS_BRANCH" = "$RELEASE_BRANCH" ]; then
CURRENT_VERSION=$(npm run version --silent)

echo "Current Version"
cat "$CURRENT_VERSION"
echo "$CURRENT_VERSION"
echo ""

echo "Testing git remote"
Expand Down Expand Up @@ -45,7 +45,7 @@ if [ "$TRAVIS_BRANCH" = "$RELEASE_BRANCH" ]; then
CURRENT_VERSION=$(npm run version --silent)

echo "New Version"
cat "$CURRENT_VERSION"
echo "$CURRENT_VERSION"
echo ""

git add .
Expand Down

0 comments on commit a631cfc

Please sign in to comment.