Skip to content

Commit

Permalink
fix: npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Arif-un committed Jul 28, 2024
1 parent b58cd33 commit 7f40984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
@arif-un:registry=https://npm.pkg.github.com
@arif-un:registry=https://registry.npmjs.org
@arif-un:registry=https://npm.pkg.github.com
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/npm", {
"npmPublish": true
"npmPublish": true,
"registry": "https://registry.npmjs.org/"
}],
[
"@semantic-release/git",
Expand Down

0 comments on commit 7f40984

Please sign in to comment.