From 3da8041aead5eb8a394ffd9b19e1b5c20d292e92 Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Thu, 27 Oct 2022 17:46:11 +0200 Subject: [PATCH] Set npm access to public --- .github/workflows/deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 221f744..c903783 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -22,6 +22,7 @@ jobs: uses: JS-DevTools/npm-publish@v1 with: token: ${{ secrets.NPM_PUBLISH_TOKEN }} + access: public - name: Create release if: steps.publish.outputs.type != 'none' id: create_release