From 0a17c36403e738aff1132a1f8b0f1c906b715bdc Mon Sep 17 00:00:00 2001 From: Jitendra Gundaniya Date: Thu, 28 Mar 2024 14:31:37 +0000 Subject: [PATCH] npm publish --access=public --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f29347d07..b722acf9a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: node-version: 16.13.2 registry-url: 'https://registry.npmjs.org' - run: npm ci - + # - name: Install Node dependencies # uses: "./.github/actions/install_node_dependencies" @@ -54,7 +54,7 @@ jobs: # Setup .npmrc file to publish to npm - name: Publish to npm - run: npm publish + run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}