From 9396ed376bd3354b4dc1957d5380fa59e4d7aacb Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 14 Jan 2021 17:50:46 +0530 Subject: [PATCH] Fix git --- .github/workflows/beta-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-deploy.yml b/.github/workflows/beta-deploy.yml index 89969d2b..93c8dbcd 100644 --- a/.github/workflows/beta-deploy.yml +++ b/.github/workflows/beta-deploy.yml @@ -28,6 +28,6 @@ jobs: cd main npm i -g yarn yarn install - git config user.name github-actions - git config user.email github-actions@github.com + git config --global user.name github-actions + git config --global user.email github-actions@github.com ./bin/beta-release \ No newline at end of file