Skip to content

Commit

Permalink
Merge pull request #10391 from nextcloud/fix/release/committer
Browse files Browse the repository at this point in the history
fix(release): Specify release committer
  • Loading branch information
ChristophWurst authored Nov 22, 2024
2 parents a6c4f2f + 9f4d57a commit 0d86a89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/appstore-conventional-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
working-directory: ${{ env.APP_NAME }}
with:
github-token: ${{ secrets.RELEASE_PAT }}
git-user-email: [email protected]
git-user-name: Nextcloud Command Bot
skip-git-pull: "true"
pre-commit: build/pre-commit.js
release-count: 0
Expand Down

0 comments on commit 0d86a89

Please sign in to comment.