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",