diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 533ece483..2051c2157 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -143,7 +143,6 @@ module.exports = (grunt) -> """.split('\n').join('&&') beta: command: """ - git fetch --tags git tag -af beta -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>." git checkout gh-pages git pull @@ -154,7 +153,6 @@ module.exports = (grunt) -> """.split('\n').join('&&') stable: command: """ - git fetch --tags git tag -af stable -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>." git checkout gh-pages git pull @@ -168,7 +166,6 @@ module.exports = (grunt) -> command: 'git commit -am "Build web page."' web: command: """ - git fetch --tags git checkout gh-pages git pull git merge --no-commit -s ours -