Skip to content

Commit 43c2901

Browse files
liatgoyarin-kenshoo
authored andcommitted
attempt publish release with tags
1 parent f0e76f1 commit 43c2901

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ node_js:
33
- "12"
44
cache: yarn
55

6-
git:
7-
depth: 100
8-
96
env:
107
global:
118
- GIT_NAME="uikenshoo"
@@ -35,6 +32,7 @@ after_success:
3532
before_deploy:
3633
- if [ "$BRANCH" == "master" ]; then
3734
git checkout master;
35+
git fetch --tags;
3836
fi;
3937

4038
deploy:

0 commit comments

Comments
 (0)