Skip to content

Commit

Permalink
fix: Update git user configuration (#1051)
Browse files Browse the repository at this point in the history
Update git user name and email configuration in release workflow
  • Loading branch information
danilowoz authored Jan 3, 2024
1 parent 23d513c commit 7144ed4
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 @@ -72,8 +72,8 @@ jobs:

- name: Setup | Configure git user
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Install dependencies and cache
uses: bahmutov/npm-install@v1
Expand Down

1 comment on commit 7144ed4

@vercel
Copy link

@vercel vercel bot commented on 7144ed4 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.