Fixed tag build
This commit is contained in:
parent
7c59056421
commit
1e3d0a2775
@ -266,7 +266,7 @@ gulp.task('git-tag', function() {
|
||||
return exec('npm publish');
|
||||
})
|
||||
.then(function () {
|
||||
return exec('git push origin master --tags');
|
||||
return exec('git push origin v4 --tags');
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user