File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1- @arif-un:registry = https://npm.pkg.github.com
1+ @arif-un:registry = https://npm.pkg.github.com
2+ //npm.pkg.github.com/:_authToken = ${ GITHUB_TOKEN }
3+ //registry.npmjs.org/:_authToken = ${ NPM_TOKEN }
Original file line number Diff line number Diff line change 66 "plugins": [
77 "@semantic-release/commit-analyzer",
88 "@semantic-release/release-notes-generator",
9- "@semantic-release/npm",
9+ ["@semantic-release/npm", {
10+ "npmPublish": true
11+ }],
1012 [
1113 "@semantic-release/git",
1214 {
1315 "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
1416 }
1517 ],
16- "@semantic-release/github"
18+ ["@semantic-release/github",{
19+ "npmPublish": true,
20+ "pkgRoot": ".",
21+ "registry": "https://npm.pkg.github.com"
22+ }]
1723 ],
1824 "github": {
1925 "token": "GITHUB_TOKEN"
You can’t perform that action at this time.
0 commit comments