Send the tags first.

This commit is contained in:
Nicolas Stepien 2013-04-11 03:05:36 +02:00
parent 48b0e7d863
commit 195a5cb241

View File

@ -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
}
},