From 95c5870252f0bab80cbad5faf819c8a0c30b0fa7 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 24 Feb 2026 12:53:39 +0000 Subject: [PATCH] fix(core): add npm release registry configuration --- npmextra.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/npmextra.json b/npmextra.json index 2372b7d..db7e2bf 100644 --- a/npmextra.json +++ b/npmextra.json @@ -22,5 +22,13 @@ "devops" ] } + }, + "@git.zone/cli": { + "release": { + "registries": [ + "https://registry.npmjs.org" + ], + "accessLevel": "public" + } } -} +} \ No newline at end of file