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