From a6a550c5a9304247b3d6c52317b4dd30a10bd77a Mon Sep 17 00:00:00 2001 From: Bluefox Date: Tue, 8 Oct 2024 18:51:13 +0800 Subject: [PATCH] Update .releaseconfig.json (#2751) --- .releaseconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaseconfig.json b/.releaseconfig.json index 71871f631..cac25b49b 100644 --- a/.releaseconfig.json +++ b/.releaseconfig.json @@ -2,6 +2,6 @@ "plugins": ["iobroker", "license", "lerna"], "ioPackage": "packages/admin", "exec": { - "before_commit": "npm run build && npm run bump-versions" + "before_commit": "npm run build" } }