Skip to content

Commit

Permalink
fix(core): misc
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Apr 26, 2021
1 parent 01ab678 commit 7661829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
'@semantic-release/exec',
{
publishCmd: [
`npm set https://registry.npmjs.org/:_authToken ${process.env.NPM_TOKEN}`,
`npm set https://registry.npmjs.org/:_authToken=${process.env.NPM_TOKEN}`,
'npx ts-node tools/scripts/publish-all ${nextRelease.version} ${nextRelease.channel}',
].join(' && '),
},
Expand Down

0 comments on commit 7661829

Please sign in to comment.