Skip to content

Commit 60dd8ab

Browse files
authored
chore: configure git globally for brew publish (#5173)
1 parent 6cf607e commit 60dd8ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-brew.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060

6161
- name: Configure git
6262
run: |
63-
git config user.name cdrci
64-
git config user.email [email protected]
63+
git config --global user.name cdrci
64+
git config --global user.email [email protected]
6565
6666
- name: Bump code-server homebrew version
6767
env:

0 commit comments

Comments
 (0)