Commit d93ac75
authored
ci(release): pass explicit tag_name to softprops for dispatch runs (#110)
* ci(release): add workflow_dispatch fallback for tag-push event gaps
Push/tag events have intermittently failed to enqueue runs (merges to main
after 2026-08-26T14:55Z created no CI runs), blocking tag-triggered
publishes. Adds a manual trigger with a required tag input; the job resolves
RELEASE_REF_NAME once, checks out the tag's exact commit, and all tag-derived
steps use it instead of GITHUB_REF_NAME (mirrors ci.yml's dispatch-scoped
model-data-drift pattern).
* ci(release): pass explicit tag_name to softprops for dispatch runs
The first workflow_dispatch release run published to npm but failed at
'Create GitHub Release' — with GITHUB_REF_NAME=main, softprops had no tag
to attach the release to.1 parent e8c61c8 commit d93ac75
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
| |||
0 commit comments