From 8ca34c2321f8b91ba40272dc5e35813cfbc24661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Eren=20Odac=C4=B1?= <33299067+ahmeterenodaci@users.noreply.github.com> Date: Fri, 5 Jul 2024 23:23:59 +0300 Subject: [PATCH] chore: update publish.yml --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fe038cf..abc1cf1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: "20" + registry-url: "https://registry.npmjs.org" - name: Install dependencies run: npm install