Skip to content

Commit 1034692

Browse files
committedAug 31, 2021
chore: update .github/workflows/ci.yml
1 parent ff5d56e commit 1034692

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

‎.github/workflows/ci.yml

-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ jobs:
88
runs-on: ubuntu-18.04
99
steps:
1010
- uses: actions/checkout@v2
11-
12-
- name: Look Changelog
13-
uses: jaywcjlove/changelog-generator@v1.4.3
14-
with:
15-
token: ${{ secrets.GITHUB_TOKEN }}
16-
head-ref: ${{steps.create_tag.outputs.version}}
17-
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
18-
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
19-
2011
- uses: actions/setup-node@v2
2112
with:
2213
node-version: 14

0 commit comments

Comments
 (0)
Please sign in to comment.