diff --git a/Gruntfile.js b/Gruntfile.js index abb4335b..9665bcad 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -407,7 +407,7 @@ module.exports = function(grunt) { 'release', 'Build, move builded files to root, bump and update changelog', function(versionType) { - grunt.task.run('push-only:' + (versionType || '')); + grunt.task.run('push:' + (versionType || '') + ':bump-only'); grunt.task.run([ 'build', 'clean:release',