chore: update .github/workflows/ci.yml
This commit is contained in:
parent
004523119f
commit
635103a88c
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
|
||||
- name: Generate Changelog
|
||||
id: changelog
|
||||
uses: jaywcjlove/changelog-generator@v1.4.6
|
||||
uses: jaywcjlove/changelog-generator@v1.4.8
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
filter-author: (小弟调调™|Renovate Bot)
|
||||
|
|
@ -27,6 +27,13 @@ jobs:
|
|||
- run: npm run dash
|
||||
- run: rm -rf .deploy/linux-command.docset
|
||||
|
||||
- name: Generate Contributors Images
|
||||
uses: jaywcjlove/github-action-contributors@main
|
||||
with:
|
||||
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
|
||||
output: .deploy/CONTRIBUTORS.svg
|
||||
avatarSize: 42
|
||||
|
||||
- run: npm install @jsdevtools/npm-publish -g
|
||||
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
|
||||
|
||||
|
|
@ -40,7 +47,7 @@ jobs:
|
|||
|
||||
- name: Create Tag
|
||||
id: create_tag
|
||||
uses: jaywcjlove/create-tag-action@v1.2.1
|
||||
uses: jaywcjlove/create-tag-action@v1.3.5
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
package-path: ./package.json
|
||||
|
|
|
|||
Loading…
Reference in New Issue