From 0cbc604ae11b1ce07eef1af3b0a33d2b01c24527 Mon Sep 17 00:00:00 2001 From: Batuhan Wilhelm Date: Fri, 29 Dec 2023 16:44:46 +0300 Subject: [PATCH] chore: add registry url to release action --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b70bf3e..b1abeb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 + registry-url: 'https://registry.npmjs.org' - run: npm ci