mirror of
https://github.com/cdr/code-server.git
synced 2026-01-20 23:23:55 +01:00
chore: configure git globally for brew publish (#5173)
This commit is contained in:
parent
6cf607eab9
commit
60dd8ab374
1 changed files with 2 additions and 2 deletions
4
.github/workflows/npm-brew.yaml
vendored
4
.github/workflows/npm-brew.yaml
vendored
|
|
@ -60,8 +60,8 @@ jobs:
|
|||
|
||||
- name: Configure git
|
||||
run: |
|
||||
git config user.name cdrci
|
||||
git config user.email opensource@coder.com
|
||||
git config --global user.name cdrci
|
||||
git config --global user.email opensource@coder.com
|
||||
|
||||
- name: Bump code-server homebrew version
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue