Skip to content

Commit

Permalink
Set git "user.email" to "ktlint@github.com" (#2844)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans authored Oct 24, 2024
1 parent 589b191 commit 2ab7cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Update Release documentation
if: ${{ success() }}
run: |
git config user.email "<>" |
git config user.email "ktlint@github.com"
git config user.name "Ktlint Release Workflow" |
./.announce -y
env:
Expand Down

0 comments on commit 2ab7cad

Please sign in to comment.