Skip to content

Commit

Permalink
add the git push tag to the release task
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Becheras committed Dec 21, 2016
1 parent 297cce7 commit 9df7d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gulp.task('release', ['bump'], function (done) {
if (err) {
throw err
}
git.push('gh-sirap-group', null, done)
git.push('gh-sirap-group', null, {args: '--tags'}, done)
})
})
})
Expand Down

0 comments on commit 9df7d29

Please sign in to comment.