From a7319d64069944d81dabcb352f7bd6a00474389e Mon Sep 17 00:00:00 2001 From: Eric BREHAULT Date: Wed, 16 Oct 2019 19:43:43 +0200 Subject: [PATCH] fix tagging --- travis_release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis_release.sh b/travis_release.sh index 8b7ffb5..17a923d 100755 --- a/travis_release.sh +++ b/travis_release.sh @@ -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 \ No newline at end of file +git push --quiet https://$GITHUB_TOKEN@github.com/guillotinaweb/grange-core --tags \ No newline at end of file