Skip to content

Commit 6bb6d53

Browse files
committed
build: fix ci
1 parent d6d0e92 commit 6bb6d53

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

release.config.cjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ module.exports = {
1313
npmPublish: false,
1414
},
1515
],
16-
[
17-
'@semantic-release/npm',
18-
{
19-
// only update the pkg version on doc, don't publish
20-
npmPublish: false,
21-
pkgRoot: 'doc',
22-
},
23-
],
16+
// [
17+
// '@semantic-release/npm',
18+
// {
19+
// // only update the pkg version on doc, don't publish
20+
// npmPublish: false,
21+
// pkgRoot: 'doc',
22+
// },
23+
// ]
2424
[
2525
'@semantic-release/npm',
2626
{

0 commit comments

Comments
 (0)