diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54a431aa8a..cedee00a74 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -219,6 +219,7 @@ jobs: with: token: ${{ secrets.NPM_TOKEN }} package: ./packages/contentstack-launch/package.json + access: public - name: Installing dependencies of core id: core-installation if: ${{env.release_releaseAll == 'true' || env.release_plugins_core == 'true'}}