diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 331ede7..81d1c96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,9 @@ jobs: with: node-version: 20 cache: pnpm + - run: | + git config --local user.email "plutotcool+github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" - run: pnpm install - run: pnpm build - run: pnpm release