Skip to content

Commit 3257cf6

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent 94fa32e commit 3257cf6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434

3535
- name: Generate Changelog
3636
id: changelog
37-
uses: jaywcjlove/changelog-generator@v1.4.6
37+
uses: jaywcjlove/changelog-generator@v1.4.8
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
4040
head-ref: ${{steps.create_tag.outputs.version}}
41-
filter-author: (小弟调调™|Renovate Bot)
41+
filter-author: (renovate-bot|Renovate Bot)
4242
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
4343

4444
- name: Create Release
@@ -64,3 +64,5 @@ jobs:
6464
with:
6565
github_token: ${{ secrets.GITHUB_TOKEN }}
6666
publish_dir: ./build
67+
user_name: 'github-actions[bot]'
68+
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)