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