diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 3cbf48cb0..49959fe56 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -185,6 +185,7 @@ module.exports = (grunt) -> """.split('\n').join('&&') stable: command: """ + git push . HEAD:bstable git tag -af stable -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>." git checkout gh-pages git pull