Skip to content

Commit 8929780

Browse files
committed
chore: configure git globally for brew publish
1 parent f735c87 commit 8929780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-brew.yaml

Lines changed: 2 additions & 2 deletions
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 opensource@coder.com
63+
git config --global user.name cdrci
64+
git config --global user.email opensource@coder.com
6565
6666
- name: Bump code-server homebrew version
6767
env:

0 commit comments

Comments
 (0)