Skip to content

Commit

Permalink
🐛 Remove the double v prefix of git tags in Travis configs
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Sep 2, 2019
1 parent 124d29e commit cdec4d5
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 @@ -39,7 +39,7 @@ deploy:
api_key: $GITHUB_OAUTH_TOKEN
file_glob: true
# see at gulpfile.js > zipPackages
file: ./build/ctjs - v$TRAVIS_TAG/ct.js v$TRAVIS_TAG for *.zip
file: ./build/ctjs - $TRAVIS_TAG/ct.js $TRAVIS_TAG for *.zip
skip_cleanup: true
draft: true
on:
Expand Down

0 comments on commit cdec4d5

Please sign in to comment.