Commit 2a6e9f2
ci: fix GitHub release creation for workflow_dispatch triggers
The softprops/action-gh-release action defaults to GITHUB_REF for the
tag, which only works on tag push events. On workflow_dispatch, there
is no tag ref, so the action fails with "GitHub Releases requires a
tag". Pass tag_name explicitly from the validated version output.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7890437 commit 2a6e9f2
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| 397 | + | |
397 | 398 | | |
398 | 399 | | |
399 | 400 | | |
| |||
0 commit comments