Skip to content

Commit

Permalink
Do not git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Apr 28, 2020
1 parent 6353153 commit 73a730d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ before_deploy:
- git config --local user.name "Runner"
- git config --local user.email "[email protected]"
# - export TRAVIS_TAG=TEST
- TRAVIS_TAG=$(node getRelease.js) && git tag $TRAVIS_TAG
# - TRAVIS_TAG=$(node getRelease.js) && git tag $TRAVIS_TAG
- TRAVIS_TAG=$(node getRelease.js)

deploy:
provider: releases
Expand Down

0 comments on commit 73a730d

Please sign in to comment.