Skip to content

Commit 3edafe4

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent b3e6b1d commit 3edafe4

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
branches:
55
- main
66

7-
env:
8-
SKIP_PREFLIGHT_CHECK: true
9-
107
jobs:
118
build-deploy:
129
runs-on: ubuntu-18.04
@@ -23,18 +20,17 @@ jobs:
2320

2421
- name: Create Tag
2522
id: create_tag
26-
uses: jaywcjlove/create-tag-action@v1.2.1
23+
uses: jaywcjlove/create-tag-action@v1.3.5
2724
with:
28-
token: ${{ secrets.GITHUB_TOKEN }}
2925
package-path: ./package.json
3026

3127
- name: Generate Changelog
3228
id: changelog
33-
uses: jaywcjlove/changelog-generator@v1.4.3
29+
uses: jaywcjlove/changelog-generator@v1.4.8
3430
with:
3531
token: ${{ secrets.GITHUB_TOKEN }}
3632
head-ref: ${{steps.create_tag.outputs.version}}
37-
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
33+
filter-author: (renovate-bot|Renovate Bot)
3834
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
3935

4036
- name: Deploy

0 commit comments

Comments
 (0)