Skip to content

Commit c93aeb8

Browse files
committed
chore: remove js distribution config in @semantic-release/github
1 parent 9eccef2 commit c93aeb8

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

release.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ module.exports = {
55
'@semantic-release/commit-analyzer',
66
'@semantic-release/release-notes-generator',
77
'@semantic-release/npm',
8-
[
9-
'@semantic-release/github',
10-
{
11-
assets: [{ path: 'lib/**', label: 'JS distribution' }],
12-
},
13-
],
8+
'@semantic-release/github',
149
[
1510
'@semantic-release/changelog',
1611
{

0 commit comments

Comments
 (0)