From 6543093e72a4e2449169bc947ad2e3d3fe5a47d0 Mon Sep 17 00:00:00 2001 From: Julien Dargelos Date: Fri, 22 Nov 2024 22:41:33 +0100 Subject: [PATCH] fix: release workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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