Skip to content

Commit

Permalink
chore: Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 26, 2022
1 parent 8aee060 commit e0a52cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 14

- name: Look Changelog
uses: jaywcjlove/changelog-generator@v1.4.6
uses: jaywcjlove/changelog-generator@v1.4.8
with:
token: ${{ secrets.GITHUB_TOKEN }}
filter-author: (小弟调调™|Renovate Bot)
Expand All @@ -34,7 +34,7 @@ jobs:
with:
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
output: ./packages/core/docs/CONTRIBUTORS.svg
avatarSize: 36
avatarSize: 43

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand All @@ -51,7 +51,7 @@ jobs:

- name: Generate Changelog
id: changelog
uses: jaywcjlove/changelog-generator@v1.4.6
uses: jaywcjlove/changelog-generator@v1.4.8
if: steps.create_tag.outputs.successful
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e0a52cb

Please sign in to comment.