Skip to content

Commit

Permalink
fix: remove tag in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
er28-0652 committed Mar 3, 2018
1 parent 30705fd commit 043dac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_deploy:

deploy:
provider: script
script: ghr --username er28-0652 --token $GITHUB_TOKEN --replace --debug $(git tag -l --contains HEAD) ${TRAVIS_TAG} dist/${TRAVIS_TAG}
script: ghr --username er28-0652 --token $GITHUB_TOKEN --replace --debug $(git tag -l --contains HEAD) dist/
skip_cleanup: true
on:
tags: true

0 comments on commit 043dac0

Please sign in to comment.