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