Skip to content

Commit 5cb8f0f

Browse files
committed
ci: fix cd failing due to lack of git profile
1 parent 6689bc0 commit 5cb8f0f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
fetch-depth: 0
5656
token: ${{ steps.app-token.outputs.token }}
5757

58+
- run: git config --global user.name "CI" && git config --global user.email "ci@local"
59+
5860
- name: Setup uv
5961
uses: astral-sh/setup-uv@v7
6062
with:

0 commit comments

Comments
 (0)