Skip to content

Commit

Permalink
fix(release-pr): setup git user.{email,name}
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Oct 23, 2024
1 parent c7e5919 commit a2e2e4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ jobs:

- run: npm ci

- name: "Setup git"
run: |
git config user.email [email protected]
git config user.name mdn-bot
- run: npm run release

0 comments on commit a2e2e4e

Please sign in to comment.