Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zjydipingxian authored Aug 15, 2024
1 parent 8702d42 commit 0c1cb16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
- name: Install dependencies
run: pnpm install # 安装依赖

- name: Set Git user identity
run: |
git config --global user.email "[email protected]"
git config --global user.name "zhongjiayao"
- name: Generate Changelog
run: pnpm changelog

Expand Down

0 comments on commit 0c1cb16

Please sign in to comment.