We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865d744 commit a631cfcCopy full SHA for a631cfc
travis/release.sh
@@ -17,7 +17,7 @@ if [ "$TRAVIS_BRANCH" = "$RELEASE_BRANCH" ]; then
17
CURRENT_VERSION=$(npm run version --silent)
18
19
echo "Current Version"
20
- cat "$CURRENT_VERSION"
+ echo "$CURRENT_VERSION"
21
echo ""
22
23
echo "Testing git remote"
@@ -45,7 +45,7 @@ if [ "$TRAVIS_BRANCH" = "$RELEASE_BRANCH" ]; then
45
46
47
echo "New Version"
48
49
50
51
git add .
0 commit comments