From d0084dea96867800f3615bc1ec56165cee9bbf69 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:04:19 +0100 Subject: [PATCH] ci: put linus in charge of releases --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a3114ca..8f89e1b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,4 +25,8 @@ jobs: - name: Create Release env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} + GIT_AUTHOR_NAME: "linus-alyf" + GIT_AUTHOR_EMAIL: "136631072+alyf-linus@users.noreply.github.com" + GIT_COMMITTER_NAME: "linus-alyf" + GIT_COMMITTER_EMAIL: "136631072+alyf-linus@users.noreply.github.com" run: npx semantic-release