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 +}