diff --git a/.github/workflows/npm-brew.yaml b/.github/workflows/npm-brew.yaml index 7ea182d8c..5df31ad99 100644 --- a/.github/workflows/npm-brew.yaml +++ b/.github/workflows/npm-brew.yaml @@ -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: