From afa8ce99cc45df96b9f9e87f6ffb756b210bffde Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Tue, 4 Mar 2025 03:57:37 +0100 Subject: [PATCH] Update release-automated.yml --- .github/workflows/release-automated.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-automated.yml b/.github/workflows/release-automated.yml index 2b38d30a3c..162c3b4574 100644 --- a/.github/workflows/release-automated.yml +++ b/.github/workflows/release-automated.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 + registry-url: https://registry.npmjs.org/ cache: npm - run: npm ci - run: npx semantic-release