Commit 2ceb3aa
committed
ci: Fix release build - Pass tag_name to GitHub release action
The release workflow now runs from build-main.yml (push to main) instead
of build-tag.yml (push to tag), so GITHUB_REF is refs/heads/main not a
tag ref. softprops/action-gh-release needs tag_name set explicitly.
Prompts:
- "also the release failed"
- (link to failed run showing 'GitHub Releases requires a tag')
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
https://github.com/timabell/gitopolis/actions/runs/24367846445/job/711645046541 parent 342f92d commit 2ceb3aa
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments