Skip to content

Commit

Permalink
ci: explicitly remove npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Amgelo563 committed Dec 18, 2023
1 parent b8abcd8 commit 2e3cc25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2e3cc25

Please sign in to comment.