Skip to content

Commit

Permalink
Read VERSION info from current dir (not parent dir).
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
rwjblue committed Jan 21, 2017
1 parent 43c1776 commit 2706cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/publish_npm_and_bower
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if [[ "$TRAVIS_TAG" =~ ^v[0-9.]+ ]]; then
chmod 0600 ~/.gem/credentials

gem build ember-source.gemspec
gem push ember-source-`cat ../VERSION`.gem
gem push ember-source-`cat VERSION`.gem
fi

#### BOWER PUBLISHING
Expand Down

0 comments on commit 2706cea

Please sign in to comment.