Commit d4c969b
ci: fix create-release input (target_commitish -> commitish) (#2866)
actions/create-release@v1's input is `commitish`, not `target_commitish`, so
the value was silently ignored ("Unexpected input(s) 'target_commitish'") and
release tags were created against the repo default branch (master) instead of
the built ref. This put 5.42.1-beta.1's tag on master's HEAD rather than the
emergency-release commit it was built from. Use the correct key so beta/prod
release tags point at the actual built commit.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 21dac28 commit d4c969b
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments