We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534db08 commit b9b3c56Copy full SHA for b9b3c56
1 file changed
packages/builder/release.config.cjs
@@ -7,10 +7,7 @@ module.exports = {
7
[
8
'@semantic-release/github',
9
{
10
- assets: [
11
- { path: 'dist/**/*.js', label: 'JS distribution' },
12
- { path: 'dist/**/*.d.ts', label: 'TypeScript declarations' },
13
- ],
+ assets: [],
14
},
15
],
16
0 commit comments