Skip to content

Commit bf22264

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent 4721b30 commit bf22264

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818

1919
- name: Create Tag
2020
id: create_tag
21-
uses: jaywcjlove/create-tag-action@v1.2.0
21+
uses: jaywcjlove/create-tag-action@v1.2.1
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
package-path: ./package.json
2525

2626
- name: Generate Changelog
2727
id: changelog
28-
uses: jaywcjlove/changelog-generator@v1.4.3
28+
uses: jaywcjlove/changelog-generator@v1.4.6
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
head-ref: ${{steps.create_tag.outputs.version}}
32-
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
32+
filter-author: (小弟调调™)
3333
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
3434

3535
- name: Create Release

0 commit comments

Comments
 (0)