From 68fea480aec66b52866e04fb2da08b72f2bc1c3c Mon Sep 17 00:00:00 2001 From: Charles GTE Date: Fri, 6 Mar 2026 10:30:09 +0100 Subject: [PATCH] fix: workflow * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix --------- Co-authored-by: charlesgauthereau --- .github/workflows/auto-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index cf37c49a..013a9ab3 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -35,6 +35,8 @@ jobs: - run: pnpm install --frozen-lockfile + + - run: git config --global user.name 'github-actions[bot]' - run: git config --global user.email 'github-actions[bot]@users.noreply.github.com'