Commit de510be
committed
fix(ci): configure git identity before annotated Go SDK tag push
Annotated tags (git tag -a) embed committer info, which requires
user.email and user.name to be set. GitHub Actions runners have no
default identity, so the step failed with 'empty ident name not
allowed'. Lightweight tags don't hit this, but we switched to
annotated tags in e25061d for proper Go module metadata.
Use the standard github-actions[bot] identity so the tag is
attributable to the workflow.1 parent ea68b91 commit de510be
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
187 | 195 | | |
188 | 196 | | |
189 | 197 | | |
| |||
0 commit comments