Skip to content

Commit a631cfc

Browse files
authored
release fix (#515)
1 parent 865d744 commit a631cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ "$TRAVIS_BRANCH" = "$RELEASE_BRANCH" ]; then
1717
CURRENT_VERSION=$(npm run version --silent)
1818

1919
echo "Current Version"
20-
cat "$CURRENT_VERSION"
20+
echo "$CURRENT_VERSION"
2121
echo ""
2222

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

4747
echo "New Version"
48-
cat "$CURRENT_VERSION"
48+
echo "$CURRENT_VERSION"
4949
echo ""
5050

5151
git add .

0 commit comments

Comments
 (0)