Skip to content

Commit 99b669b

Browse files
committed
fix(ci): remove dist asset uploads from GitHub releases
The dist/**/* glob was uploading 100+ individual files as release assets one-by-one, causing intermittent 422 "already_exists" failures that left releases stuck in Draft. These files are redundant since consumers get them from npm. This was the root cause of the v1.14.1, v1.14.0, and v1.13.7 releases being stuck as drafts.
1 parent 6a0a12e commit 99b669b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.releaserc.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
[
6363
"@semantic-release/github",
6464
{
65-
"assets": [
66-
{
67-
"path": "dist/**/*",
68-
"label": "Distribution"
69-
}
70-
],
7165
"failComment": false,
7266
"failTitle": false
7367
}

0 commit comments

Comments
 (0)