Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 0624412

Browse files
committed
fix(ci): git command
1 parent a7b5692 commit 0624412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
fetch-depth: 0
1818
- name: Set git identity
1919
run: |-
20-
git config user.name "github-actions"
21-
git config user.email "[email protected]"
20+
git config --global --add user.name "github-actions"
21+
git config --global --add user.email "[email protected]"
2222
- name: Set up QEMU
2323
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.0.0
2424
with:

0 commit comments

Comments
 (0)