From 072d287e2c34bee331537d818ec76d10b0377ac7 Mon Sep 17 00:00:00 2001 From: Alan North Date: Mon, 16 Oct 2023 21:39:31 -0300 Subject: [PATCH] build: fixed release --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 9d021ee..d6c22c2 100644 --- a/package.json +++ b/package.json @@ -145,5 +145,8 @@ "prepare": "Needed so that if we pull the package from git it will get built and installed properly.", "actions:debug": "For debugging github build action locally with nektos/act. Requires act and docker. Note: Cache will never work locally because of https://github.com/nektos/act/issues/285" } + }, + "publishConfig": { + "access": "public" } }