Skip to content

Commit

Permalink
chore: update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 11, 2021
1 parent 65a0a2a commit 0299f16
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Look Changelog
uses: jaywcjlove/[email protected].6
uses: jaywcjlove/[email protected].8
with:
token: ${{ secrets.GITHUB_TOKEN }}
head-ref: ${{steps.create_tag.outputs.version}}
filter-author: (小弟调调™|Renovate Bot)
filter-author: (renovate-bot|Renovate Bot)
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'

- uses: actions/setup-node@v2
Expand Down Expand Up @@ -48,11 +47,11 @@ jobs:

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

- name: Create Release
Expand Down

0 comments on commit 0299f16

Please sign in to comment.