clean up publish script to push tags

This commit is contained in:
Sebastian McKenzie
2015-08-05 22:44:33 +01:00
parent 637b708777
commit 71a72ced0a

View File

@@ -143,4 +143,5 @@ try {
return;
}
exec("git push --follow-tags", true);
exec("git push", true);
exec("git push --tags", true);