From 9e0739218f4ac77f9400f7765f1d8ff2eec82867 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <adhisimon@gmail.com> Date: Mon, 7 Feb 2022 12:36:41 +0700 Subject: [PATCH] Fix postversion script Remove github on postversion scripts. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfb877d..fc42e7d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "mocha --recursive test", "version": "auto-changelog -p && git add CHANGELOG.md", - "postversion": "git push && git push --tags && git push github && git push github --tags" + "postversion": "git push && git push --tags" }, "repository": { "type": "git", -- 1.9.0