From a6f05ee62ee3e634b175c9773c20489b6edbd8a7 Mon Sep 17 00:00:00 2001 From: Marco Stoffel Date: Wed, 17 Jul 2024 14:05:17 +0200 Subject: [PATCH] fix: enable npm publish --- .releaserc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index 77370f7..b3ed573 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -36,7 +36,7 @@ [ "@semantic-release/npm", { - "npmPublish": false, + "npmPublish": true, "pkgRoot": "node-red-contrib-c8y-client" } ],