From b6c3842b4902cf78a75efa650a553f479f2ec2fd Mon Sep 17 00:00:00 2001 From: Pete Freitag Date: Fri, 15 Jul 2022 00:41:10 -0400 Subject: [PATCH] Remove post publish --- box.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/box.json b/box.json index 263949c..9599a90 100644 --- a/box.json +++ b/box.json @@ -34,12 +34,11 @@ ], "scripts":{ "postVersion":"package set location='foundeo/cfdocs-command#v`package version`'", - "onRelease":"publish", - "postPublish":"!git push && !git push --tags" + "onRelease":"publish" }, "ignore":[ "**/.*", "test", "tests" ] -} \ No newline at end of file +}