Commit 816aeb3
committed
ci: use release.prerelease flag instead of tag substring match
Replace contains(tag, '-rc') with github.event.release.prerelease
on Cloudsmith steps. This covers all prerelease formats (beta, alpha,
etc.) using GitHub release metadata instead of string parsing.
Also gate the mac-builds dispatch on non-prerelease to avoid wasting
signing cycles on RC builds.1 parent 75e6d6b commit 816aeb3
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| |||
0 commit comments