Skip to content

Commit 9ad1dcd

Browse files
Set git "user.email" to "[email protected]"
1 parent 589b191 commit 9ad1dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Update Release documentation
8282
if: ${{ success() }}
8383
run: |
84-
git config user.email "<>" |
84+
git config user.email "[email protected]"
8585
git config user.name "Ktlint Release Workflow" |
8686
./.announce -y
8787
env:

0 commit comments

Comments
 (0)