Skip to content

Commit 7f40984

Browse files
committed
fix: npm registry
1 parent b58cd33 commit 7f40984

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.npmrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
22
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
3-
@arif-un:registry=https://npm.pkg.github.com
4-
@arif-un:registry=https://registry.npmjs.org
3+
@arif-un:registry=https://npm.pkg.github.com

.releaserc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"@semantic-release/commit-analyzer",
88
"@semantic-release/release-notes-generator",
99
["@semantic-release/npm", {
10-
"npmPublish": true
10+
"npmPublish": true,
11+
"registry": "https://registry.npmjs.org/"
1112
}],
1213
[
1314
"@semantic-release/git",

0 commit comments

Comments
 (0)