From faf76e6eb6d73256e7d3e097ea091f3acb5df22a Mon Sep 17 00:00:00 2001 From: platane Date: Sat, 9 Apr 2022 00:23:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59d4d11..461bb9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,6 +60,8 @@ jobs: run: | VERSION=${{ github.event.inputs.version }} + git config --global user.email "bot@platane.me" + git config --global user.name "release bot" git add package.json svg-only/dist action.yml git commit -m "📦 $VERSION" git tag v$VERSION