Commit 4a319f1
committed
fix: allow partial releases when some platform builds fail
- Release job now runs even if some builds fail (partial release)
- Individual gem push failures don't block other gems
- Use 'always() && !cancelled() && needs.build.result != skipped'
This ensures GitHub releases are created even when not all platforms
build successfully.1 parent 3ce2d9c commit 4a319f1
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
134 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
0 commit comments