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 ad0d21e commit a34eb2bCopy full SHA for a34eb2b
.releaserc.js
@@ -11,7 +11,7 @@ export default {
11
'@semantic-release/exec',
12
{
13
publishCmd:
14
- 'NODE_AUTH_TOKEN=$GITHUB_TOKEN npm publish --registry https://npm.pkg.github.com/ --tag ${nextRelease.channel}',
+ 'NPM_CONFIG_REGISTRY=https://npm.pkg.github.com/ NPM_CONFIG_@smakss:registry=https://npm.pkg.github.com/ NODE_AUTH_TOKEN=$GITHUB_TOKEN npm publish --tag ${nextRelease.channel} --access public',
15
},
16
],
17
[
0 commit comments