Skip to content

Commit 7661829

Browse files
author
Craigory Coppola
committed
fix(core): misc
1 parent 01ab678 commit 7661829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
'@semantic-release/exec',
3737
{
3838
publishCmd: [
39-
`npm set https://registry.npmjs.org/:_authToken ${process.env.NPM_TOKEN}`,
39+
`npm set https://registry.npmjs.org/:_authToken=${process.env.NPM_TOKEN}`,
4040
'npx ts-node tools/scripts/publish-all ${nextRelease.version} ${nextRelease.channel}',
4141
].join(' && '),
4242
},

0 commit comments

Comments
 (0)