From 6902859f058c5117569e3cc226c61e41726f7974 Mon Sep 17 00:00:00 2001 From: danielsinai Date: Wed, 15 Feb 2023 22:07:51 +0200 Subject: [PATCH] public lib access --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c3179f1..2b9d1b9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,6 +22,6 @@ jobs: registry-url: https://registry.npmjs.org/ cache: "npm" - run: npm ci - - run: npm publish + - run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}