diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc1df60..fde1ec7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,11 @@ jobs: registry-url: 'https://registry.npmjs.org' cache: 'pnpm' + - name: Configure git identity + run: | + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + - name: Install dependencies run: pnpm install --frozen-lockfile