Skip to content

Commit de9649b

Browse files
committed
Ensure tags are fetched for release
1 parent d795fc1 commit de9649b

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)