We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ab678 commit 7661829Copy full SHA for 7661829
.releaserc.js
@@ -36,7 +36,7 @@ module.exports = {
36
'@semantic-release/exec',
37
{
38
publishCmd: [
39
- `npm set https://registry.npmjs.org/:_authToken ${process.env.NPM_TOKEN}`,
+ `npm set https://registry.npmjs.org/:_authToken=${process.env.NPM_TOKEN}`,
40
'npx ts-node tools/scripts/publish-all ${nextRelease.version} ${nextRelease.channel}',
41
].join(' && '),
42
},
0 commit comments