From 71a72ced0aad71240d6d64cce9d69847578caa98 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 5 Aug 2015 22:44:33 +0100 Subject: [PATCH] clean up publish script to push tags --- scripts/publish.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);