Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 60dd8ab

Browse files
authoredMay 6, 2022
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

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)
Please sign in to comment.