diff --git a/scripts/publish.js b/scripts/publish.js index bf9be67c8a..5a10aa948e 100755 --- a/scripts/publish.js +++ b/scripts/publish.js @@ -143,4 +143,5 @@ try { return; } -exec("git push --follow-tags", true); +exec("git push", true); +exec("git push --tags", true);