Skip to content

Commit 9d5b787

Browse files
author
Craigory Coppola
committed
feat(core): fix CD
1 parent 74dd2cc commit 9d5b787

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.releaserc.js

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"private": false,
77
"dependencies": {},
88
"license": "MIT",
9-
"version": "0.2.0-dev.2"
9+
"version": "0.2.0-dev.3"
1010
}

0 commit comments

Comments
 (0)