Skip to content

Commit

Permalink
fix email
Browse files Browse the repository at this point in the history
  • Loading branch information
tsctx authored Aug 21, 2024
1 parent fd17213 commit 801ec88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
node-version: '20'
- name: Git Config
run: |
git config --global user.email "github-actions@github.com"
git config --global user.name "github-actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Change version number and push
id: bump
run: |
Expand Down

0 comments on commit 801ec88

Please sign in to comment.