chore: update .github/workflows/ci.yml
This commit is contained in:
parent
25de570d79
commit
f4202b7c85
|
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
@ -14,10 +15,10 @@ jobs:
|
|||
|
||||
- name: Generate Changelog
|
||||
id: changelog
|
||||
uses: jaywcjlove/changelog-generator@v1.4.3
|
||||
uses: jaywcjlove/changelog-generator@v1.4.6
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
|
||||
filter-author: (小弟调调™|Renovate Bot)
|
||||
filter: (^[\s]+?[R|r]elease)|(^[R|r]elease)
|
||||
|
||||
|
||||
|
|
@ -37,7 +38,7 @@ jobs:
|
|||
|
||||
- name: Create Tag
|
||||
id: create_tag
|
||||
uses: jaywcjlove/create-tag-action@v1.2.0
|
||||
uses: jaywcjlove/create-tag-action@v1.2.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
package-path: ./package.json
|
||||
|
|
|
|||
Loading…
Reference in New Issue