Update ci.yml

This commit is contained in:
小弟调调™ 2021-01-12 09:23:53 +08:00 committed by GitHub
parent 2cdc39bc21
commit 1a6d823dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -14,13 +14,13 @@ jobs:
with:
node-version: '10.x'
# - name: Cache dependencies
# uses: actions/cache@v1
# with:
# path: ~/.npm
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
# restore-keys: |
# ${{ runner.os }}-node-
- name: Generate Changelog
id: changelog
uses: jaywcjlove/changelog-generator@v1.3.9
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
filter: (^[\s]+?[R|r]elease)|(^[R|r]elease)
- run: npm install
- run: npm run build