From 501aee79492397a635fd5b969299da01ba02981f Mon Sep 17 00:00:00 2001 From: Gareth Flowers Date: Tue, 26 Apr 2022 23:29:52 +0100 Subject: [PATCH] chore(github): make package public --- .github/workflows/release-npmjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-npmjs.yml b/.github/workflows/release-npmjs.yml index 4b36b07..1e2f2a0 100644 --- a/.github/workflows/release-npmjs.yml +++ b/.github/workflows/release-npmjs.yml @@ -13,6 +13,6 @@ jobs: node-version: "16.x" registry-url: "https://registry.npmjs.org" - run: npm ci - - run: npm publish + - run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}