From 92799e218905333f27ffdf28cf6d7b678ae65c90 Mon Sep 17 00:00:00 2001 From: Karen Date: Fri, 2 Oct 2020 02:45:11 +0300 Subject: [PATCH] Update [arguments] git push --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 83a8d46..92ef09e 100644 --- a/index.js +++ b/index.js @@ -33,7 +33,7 @@ try { } if (command) { - exec(`npm version ${command} && git push --follow-tags --force`, (err) => { + exec(`npm version ${command} && git push --follow-tags --no-verify`, (err) => { if (err) { throw err; }