We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58cd33 commit 7f40984Copy full SHA for 7f40984
.npmrc
@@ -1,4 +1,3 @@
1
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
2
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
3
-@arif-un:registry=https://npm.pkg.github.com
4
-@arif-un:registry=https://registry.npmjs.org
+@arif-un:registry=https://npm.pkg.github.com
.releaserc
@@ -7,7 +7,8 @@
7
"@semantic-release/commit-analyzer",
8
"@semantic-release/release-notes-generator",
9
["@semantic-release/npm", {
10
- "npmPublish": true
+ "npmPublish": true,
11
+ "registry": "https://registry.npmjs.org/"
12
}],
13
[
14
"@semantic-release/git",
0 commit comments