From f0bc064203f9d35481972099810ca9c3073be3e7 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Tue, 8 Mar 2022 14:35:28 +0200 Subject: [PATCH] chore: fix npm publish --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 88088acd8..1c62d135c 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -37,7 +37,7 @@ jobs: run: npm run test:ci if: ${{ steps.release.outputs.release_created }} - name: Publish to npm - run: npm publish + run: npm publish --access public if: ${{ steps.release.outputs.release_created }} env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}