From db6b78967e2032f3616449c6458923d7517fa44f Mon Sep 17 00:00:00 2001 From: iorate <682043+iorate@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:24:18 +0900 Subject: [PATCH] Set git identity so changeset publish can create tags --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f00b8c6..9d73e34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,6 +44,11 @@ jobs: permission-contents: write permission-pull-requests: write + - name: Set git identity for tagging + run: | + git config user.name ublacklist-bot[bot] + git config user.email 266303437+ublacklist-bot[bot]@users.noreply.github.com + - name: Create release pull request or publish uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0 with: