Skip to content

Commit

Permalink
fix(grunt): Fix grunt release task
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed Nov 12, 2013
1 parent 410891e commit 62c152c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 62c152c

Please sign in to comment.