Skip to content

Commit d73f2ad

Browse files
radiosilenceclaude
andcommitted
Fix CI release: configure git identity for annotated tag creation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ee8d8b5 commit d73f2ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ jobs:
159159
160160
- name: Create tag
161161
run: |
162+
git config user.name "github-actions[bot]"
163+
git config user.email "github-actions[bot]@users.noreply.github.com"
162164
git tag -a "v${VERSION}" -m "Release v${VERSION}"
163165
git push origin "v${VERSION}"
164166

0 commit comments

Comments
 (0)