diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index cf37c49a..013a9ab3 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -35,6 +35,8 @@ jobs: - run: pnpm install --frozen-lockfile + + - run: git config --global user.name 'github-actions[bot]' - run: git config --global user.email 'github-actions[bot]@users.noreply.github.com'