Skip to content

Commit

Permalink
Merge pull request #5 from guillotinaweb/tagging-fix4
Browse files Browse the repository at this point in the history
fix tagging
  • Loading branch information
ebrehault authored Oct 16, 2019
2 parents 0482f48 + a7319d6 commit d3ca61f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
git config --global user.email "build@travis-ci.com"
git config --global user.name "Travis CI"
export PACKAGE_VERSION=$(npm run get_version | tail -n 1)
echo "TAGGING $PACKAGE_VERSION..."
git tag $PACKAGE_VERSION
git push --quiet https://$GITHUB_TOKEN@github.com/guillotinaweb/grange-core --tags 2>&1
git push --quiet https://$GITHUB_TOKEN@github.com/guillotinaweb/grange-core --tags

0 comments on commit d3ca61f

Please sign in to comment.