diff --git a/Gulpfile.js b/Gulpfile.js index 47503863..49b81625 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -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'); }); });