From e46c1595982bdcbff1a6da77a89daa69b4d30d3f Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 22 Nov 2024 10:18:05 +0100 Subject: [PATCH] fix(release): Specify committer for automated releases Signed-off-by: Christoph Wurst --- .github/workflows/appstore-conventional-build-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/appstore-conventional-build-publish.yml b/.github/workflows/appstore-conventional-build-publish.yml index b4ac7bff2a..0f78dbd9d2 100644 --- a/.github/workflows/appstore-conventional-build-publish.yml +++ b/.github/workflows/appstore-conventional-build-publish.yml @@ -37,6 +37,8 @@ jobs: uses: TriPSs/conventional-changelog-action@v3 with: github-token: ${{ secrets.RELEASE_PAT }} + git-user-email: nextcloud-command@users.noreply.github.com + git-user-name: Nextcloud Command Bot skip-git-pull: "true" pre-commit: build/pre-commit.js release-count: 0