mirror of
https://github.com/coder/code-server.git
synced 2026-05-30 02:14:09 +02:00
chore: configure git globally for brew publish (#5173)
This commit is contained in:
4
.github/workflows/npm-brew.yaml
vendored
4
.github/workflows/npm-brew.yaml
vendored
@@ -60,8 +60,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Configure git
|
- name: Configure git
|
||||||
run: |
|
run: |
|
||||||
git config user.name cdrci
|
git config --global user.name cdrci
|
||||||
git config user.email opensource@coder.com
|
git config --global user.email opensource@coder.com
|
||||||
|
|
||||||
- name: Bump code-server homebrew version
|
- name: Bump code-server homebrew version
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user