From eccba81e33bae43fd6069f913dc5f890c0bf0a57 Mon Sep 17 00:00:00 2001 From: Shafeeq PP Date: Thu, 4 May 2023 15:50:21 +0530 Subject: [PATCH] release workflow update, launch fix --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) 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'}}