Skip to content

Commit

Permalink
fix tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Oct 16, 2019
1 parent 0482f48 commit a7319d6
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 a7319d6

Please sign in to comment.