Skip to content

Commit b6d3be7

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent 8dece2f commit b6d3be7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,17 @@ 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:
29-
token: ${{ secrets.GITHUB_TOKEN }}
3029
package-path: ./package.json
3130

3231
- name: Generate Changelog
3332
id: changelog
34-
uses: jaywcjlove/[email protected].3
33+
uses: jaywcjlove/[email protected].8
3534
with:
3635
token: ${{ secrets.GITHUB_TOKEN }}
3736
head-ref: ${{steps.create_tag.outputs.version}}
38-
filter-author: (jaywcjlove|小弟调调™|dependabot|dependabot\[bot\]|Renovate Bot)
37+
filter-author: (renovate-bot|dependabot|dependabot\[bot\]|Renovate Bot)
3938
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
4039

4140
- name: Create Release

0 commit comments

Comments
 (0)