Skip to content

Commit

Permalink
ci(release): insert actor from github context
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke authored Nov 21, 2023
1 parent d1208aa commit 07ab3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Configure git
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git config user.name "${github.actor}"
git config user.email "${github.actor}@users.noreply.github.com"
- name: Release on NPM
env:
Expand Down

0 comments on commit 07ab3f6

Please sign in to comment.