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

Commit e60bd56

Browse files
authored
Merge pull request #148 from relay-tools/ensure-tags-for-release
Ensure tags are fetched for release
2 parents d795fc1 + de9649b commit e60bd56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ before_deploy:
2121
- git config --local user.email "${GIT_EMAIL}"
2222
- git remote rm origin
2323
- git remote add origin https://${GH_USER}:${GH_TOKEN}@github.com/relay-tools/relay-compiler-language-typescript.git
24+
- git fetch origin --tags
2425
- git checkout master && git pull origin master
2526
- git branch --set-upstream-to origin/master master
2627
- yarn build

0 commit comments

Comments
 (0)