diff --git a/gulpfile.js b/gulpfile.js index 5118205..b7b7655 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -79,6 +79,7 @@ gulp.task('release', ['bump'], function (done) { git.push('gh-sirap-group', null, {args: '--tags'}, done) }) }) + .pipe(shell(['npm publish'], {verbose: true})) }) })