Skip to content

Commit 765fa1b

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent 2012811 commit 765fa1b

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
@@ -24,18 +24,18 @@ jobs:
2424

2525
- name: Is a tag created auto?
2626
id: create_tag
27-
uses: jaywcjlove/create-tag-action@v1.2.1
27+
uses: jaywcjlove/create-tag-action@v1.3.5
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
package-path: ./package.json
3131

3232
- name: Generate Changelog
3333
id: changelog
34-
uses: jaywcjlove/[email protected].3
34+
uses: jaywcjlove/[email protected].8
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737
head-ref: ${{steps.create_tag.outputs.version}}
38-
filter-author: (jaywcjlove|小弟调调™|dependabot|dependabot\[bot\]|Renovate Bot)
38+
filter-author: (小弟调调™|Renovate Bot|renovate-bot)
3939
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
4040

4141
- name: Create Release

0 commit comments

Comments
 (0)