Commit 63fba02
fix: configure git identity in release action before tagging (#7471)
The 'Create git tag' step was failing with 'Committer identity unknown' because
git identity was only configured in the conditional 'Commit version update' step.
When that step was skipped (no version changes), git identity was never set.
Now git config is called directly in the 'Create git tag' step to ensure
git identity is always available for annotated tag creation.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 82b8335 commit 63fba02
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| |||
0 commit comments