Skip to content

Commit 025d113

Browse files
committed
ci: enable npm publish
1 parent efb3d9b commit 025d113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async function config() {
7979
'changelogFile': changelogFile,
8080
}],
8181
['@semantic-release/npm', {
82-
'npmPublish': false,
82+
'npmPublish': true,
8383
}],
8484
['@semantic-release/git', {
8585
assets: [changelogFile, 'package.json', 'package-lock.json'],

0 commit comments

Comments
 (0)