From 195a5cb241ffe392f710fd62a36be031738ac5c1 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 11 Apr 2013 03:05:36 +0200 Subject: [PATCH] Send the tags first. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b51ae6de0..577bbe493 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -81,7 +81,7 @@ module.exports = function(grunt) { stdout: true }, push: { - command: 'git push origin --all && git push origin --tags -f', + command: 'git push origin --tags -f && git push origin --all', stdout: true } },