diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ca899b3..ecbe001a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,11 @@ jobs: fetch-depth: 0 fetch-tags: true + - name: Setup Git + run: | + git config --global user.email semantic-release@github.com + git config --global user.name "Semantic Release CI" + - name: Install node, pnpm, and dependencies uses: ./.github/actions/install-dependencies