From 52bd795c1de66aa69b707bb0410cbc6738719ef3 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Fri, 7 Jun 2024 09:12:30 +0200 Subject: [PATCH] Update .github/workflows/publish-new-version.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gastón Fournier --- .github/workflows/publish-new-version.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 }}