From 07c1f7da529639c3d75a30ebb4c566dece1f64c2 Mon Sep 17 00:00:00 2001 From: tomfin46 Date: Mon, 21 Oct 2019 10:58:09 +0100 Subject: [PATCH] fix: Fix publish access configuration for semantic-release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7cd46d..d91c31f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "verifyConditions": "condition-circle" }, "publishConfig": { - "access": "restricted" + "access": "public" }, "scripts": { "commit": "git-cz",