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