From 8929780a9300158244fdab95564867a997d64a6a Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 6 May 2022 14:21:28 -0700 Subject: [PATCH] chore: configure git globally for brew publish --- .github/workflows/npm-brew.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-brew.yaml b/.github/workflows/npm-brew.yaml index 7ea182d8c0f2..5df31ad99592 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: