We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f17d5 commit 6e71c55Copy full SHA for 6e71c55
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
$user = Invoke-RestMethod -Method Get -Uri https://api.github.com/users/${{ github.actor }}
27
git config user.name $user.name
28
- git config user.email ($user.email ?? "$($user.id)+${{ github.actor }}@noreply.users.github.com")
+ git config user.email ($user.email ?? "$($user.id)+${{ github.actor }}@users.noreply.github.com")
29
30
- name: Publish new version
31
run: apm publish ${{ github.event.inputs.version }}
0 commit comments