Archived
1
0

chore: configure git globally for brew publish (#5173)

This commit is contained in:
Joe Previte 2022-05-06 15:31:03 -07:00 committed by GitHub
parent 6cf607eab9
commit 60dd8ab374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: