diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index d3067fe6b..fc30588d7 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -219,6 +219,11 @@ jobs: version: 8 run_install: false + - name: Setup git + run: | + git config --global user.email "mauro-balades@users.noreply.github.com" + git config --global user.name "mauro-balades" + - name: Install dependencies run: | pnpm i @@ -232,11 +237,6 @@ jobs: - name: Import run: pnpm import - - name: Setup git - run: | - git config --global user.email "mauro-balades@users.noreply.github.com" - git config --global user.name "mauro-balades" - - name: Setup For Windows run: | set -x