Fixed tag build

This commit is contained in:
Benoit Schweblin 2018-01-07 16:28:16 +00:00
parent 7c59056421
commit 1e3d0a2775

View File

@ -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');
});
});