Skip to content

Commit

Permalink
ci, refactor: locked names for the git configuration in the release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Sep 15, 2023
1 parent a49b28e commit 29f728c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
fetch-depth: 0
- name: Name and Email for Git (config)
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
- name: Install Dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit 29f728c

Please sign in to comment.