Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Ensure tags are fetched for release
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Oct 21, 2019
1 parent d795fc1 commit de9649b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ before_deploy:
- git config --local user.email "${GIT_EMAIL}"
- git remote rm origin
- git remote add origin https://${GH_USER}:${GH_TOKEN}@github.com/relay-tools/relay-compiler-language-typescript.git
- git fetch origin --tags
- git checkout master && git pull origin master
- git branch --set-upstream-to origin/master master
- yarn build
Expand Down

0 comments on commit de9649b

Please sign in to comment.