diff --git a/Gruntfile.js b/Gruntfile.js index 968e010..6d9c2a6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -16,7 +16,7 @@ module.exports = function(grunt) { createTag: true, tagName: 'v%VERSION%', tagMessage: 'Version %VERSION%', - push: true, + push: false, pushTo: 'origin', gitDescribeOptions: '--tags --always --abbrev=1 --dirty=-d', globalReplace: false