Skip to content

Commit 6e71c55

Browse files
authored
Fix noreply email :)
1 parent 86f17d5 commit 6e71c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
$user = Invoke-RestMethod -Method Get -Uri https://api.github.com/users/${{ github.actor }}
2727
git config user.name $user.name
28-
git config user.email ($user.email ?? "$($user.id)+${{ github.actor }}@noreply.users.github.com")
28+
git config user.email ($user.email ?? "$($user.id)+${{ github.actor }}@users.noreply.github.com")
2929
3030
- name: Publish new version
3131
run: apm publish ${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)