Commit 3443962
ci(release): dispatch recompile-safe-output-fixtures after asset upload (#911)
Releases published via release-please use the default GITHUB_TOKEN, which
GitHub Actions actively suppresses from triggering other workflows to
avoid recursive runs. As a result, the recompile-safe-output-fixtures
workflow's release: published trigger has never fired (v0.32.0 and v0.33.0
both went unhandled).
Add a final job at the end of release.yml that explicitly dispatches the
recompile workflow once binaries and checksums are uploaded, using
GH_AW_CI_TRIGGER_TOKEN so the dispatched run can itself open a PR. The
tag is passed explicitly to avoid races against a hypothetical newer
release landing mid-run.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent fdd50e2 commit 3443962
1 file changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
0 commit comments