Skip to content

Commit 2fd929c

Browse files
author
Garrett Downs
committed
ci: fix release bundling
1 parent c4709f1 commit 2fd929c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

release.config.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ module.exports = {
2323
],
2424
},
2525
],
26-
'@semantic-release/git',
27-
{
28-
assets: ['CHANGELOG.md', 'package.json', 'package-lock.json', '**/manifest.*'],
29-
},
26+
[
27+
'@semantic-release/git',
28+
{
29+
assets: ['CHANGELOG.md', 'package.json', 'package-lock.json', '**/manifest.*'],
30+
},
31+
],
3032
],
3133
};

0 commit comments

Comments
 (0)