From 4f92160a7569b1feeb3f72049d92d1552666daab Mon Sep 17 00:00:00 2001 From: Saverio976 Date: Mon, 8 Apr 2024 18:28:35 +0200 Subject: [PATCH] Fix 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 2dcdc89..cf95ce7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: run: npm run build - name: Publish - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}