From 2e3cc253ef958000d8669d683d625987e1b259bd Mon Sep 17 00:00:00 2001 From: Amgelo563 Date: Mon, 18 Dec 2023 03:19:40 -0500 Subject: [PATCH] ci: explicitly remove npm registry --- .github/workflows/release.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2577eb80..bdaaeea1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 18 - cache: pnpm registry-url: 'https://registry.npmjs.org' - name: Release to NPM Registry diff --git a/package.json b/package.json index a05208d0..185766b5 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "prepare": "husky install", "ci:version": "lerna version --yes --no-private --conventional-commits --create-release github --message \"chore(release): version\"", "ci:publish:github": "lerna publish from-git --yes --registry=https://npm.pkg.github.com", - "ci:publish:npm": "lerna publish from-git --yes --registry=https://registry.npmjs.org" + "ci:publish:npm": "lerna publish from-git --yes" }, "keywords": [], "author": "Amgelo563",