From 0130a8f70a7e195567600a511eb9d9030fb42b57 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Thu, 22 Dec 2022 12:18:11 -0500 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49ba677b..516db87f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "format": "lerna run format", "lint": "lerna run lint", "prepare": "husky install", - "release": "lerna publish --no-private --conventional-commits --create-release github", + "release": "lerna publish --no-private --conventional-commits", "test:ci": "lerna run test:ci", "test:integration:ci": "lerna run test:integration:ci", "test:integration": "lerna run test:integration",