diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81d1c96..71a3b28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,8 @@ jobs: 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]" + 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