diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index bad200cbc34e..b696bf831620 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -67,6 +67,8 @@ jobs: echo "No changes to CHANGELOG.md" fi - run: yarn install --immutable + env: + YARN_ENABLE_SCRIPTS: false - name: npm version run: | npm version ${{ github.event.inputs.version }}