From a7ab23500a1f73452db7490c4b5cc3fe3e361ff7 Mon Sep 17 00:00:00 2001 From: realies <5107843+realies@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:36:21 +0000 Subject: [PATCH] add missing registry-url --- .github/workflows/{publish.yml => npm-publish.yml} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename .github/workflows/{publish.yml => npm-publish.yml} (89%) diff --git a/.github/workflows/publish.yml b/.github/workflows/npm-publish.yml similarity index 89% rename from .github/workflows/publish.yml rename to .github/workflows/npm-publish.yml index 57abee6..7c9d9c4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/npm-publish.yml @@ -1,4 +1,4 @@ -name: Publish Package +name: Publish Package to NPM on: release: @@ -14,6 +14,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 'lts/*' + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: yarn install --frozen-lockfile