Skip to content

Commit 1ff4926

Browse files
committed
fix(release): remove github release assets
1 parent 7e50e26 commit 1ff4926

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.releaserc.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
1313
}
1414
],
15-
["@semantic-release/github", {
16-
"assets": [
17-
{"path": "dist/main/**/*.{js,ts,map}", "label": "Main distribution"},
18-
{"path": "dist/module/**/*.{js,ts,map}", "label": "Module distribution"},
19-
{"path": "dist/**/*.{js,ts,map}", "label": "Main & Module distribution"}
20-
]
21-
}]
15+
"@semantic-release/github"
2216
]
2317
}

0 commit comments

Comments
 (0)