Skip to content

Commit

Permalink
feat(core): fix CD
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Apr 26, 2021
1 parent 74dd2cc commit 9d5b787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ module.exports = {
'@semantic-release/exec',
{
publishCmd: [
'yarn ts-node tools/scripts/publish-all ${nextRelease.version} ${nextRelease.channel}',
`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
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"private": false,
"dependencies": {},
"license": "MIT",
"version": "0.2.0-dev.2"
"version": "0.2.0-dev.3"
}

0 comments on commit 9d5b787

Please sign in to comment.