From 068e02064f16125d380741c5b8139061fb2091b5 Mon Sep 17 00:00:00 2001 From: Dawid Sowa Date: Thu, 22 Feb 2024 00:01:19 +0100 Subject: [PATCH] ci: add public publishconfig --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 7ca0838..fd415f1 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ "engines": { "node": ">=16" }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" + }, "keywords": [ "semantic-release", "plugin",