Commit 99b669b
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
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 65 | | |
72 | 66 | | |
73 | 67 | | |
| |||
0 commit comments