66
77jobs :
88 build-deploy :
9- runs-on : ubuntu-18.04
9+ runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
12- - uses : actions/setup-node@v2
11+ - uses : actions/checkout@v3
12+ - uses : actions/setup-node@v3
1313 with :
14- node-version : 14
14+ node-version : 16
1515
1616 - name : Look Changelog
17- uses : jaywcjlove/changelog-generator@v1.4.8
17+ uses : jaywcjlove/changelog-generator@main
1818 with :
1919 token : ${{ secrets.GITHUB_TOKEN }}
2020 filter-author : (小弟调调™|Renovate Bot)
2929 - run : markdown-to-html -s packages/core/README.md --output packages/core/docs/index.html
3030 - run : markdown-to-html -s README-zh.md --output packages/core/docs/index.zh.html
3131
32- - run : npm run build
33- working-directory : example/create-react-app
34-
35- - run : npm run build
36- working-directory : example/build
37-
38- - run : npm run build
39- working-directory : example/webpack
32+ - run : npm run example:create-react-app
33+ - run : npm run example:typescript
34+ - run : npm run example:webpack
4035
4136 - name : Generate Contributors Images
4237 uses : jaywcjlove/github-action-contributors@main
@@ -47,13 +42,13 @@ jobs:
4742
4843 - name : Is a tag created auto?
4944 id : create_tag
50- uses : jaywcjlove/create-tag-action@v1.3.6
45+ uses : jaywcjlove/create-tag-action@main
5146 with :
5247 package-path : ./packages/core/package.json
5348
5449 - name : get tag version
5550 id : tag_version
56- uses : jaywcjlove/changelog-generator@v1.5.0
51+ uses : jaywcjlove/changelog-generator@main
5752
5853 - name : Deploy
5954 uses : peaceiris/actions-gh-pages@v3
6459
6560 - name : Generate Changelog
6661 id : changelog
67- uses : jaywcjlove/changelog-generator@v1.5.0
62+ uses : jaywcjlove/changelog-generator@main
6863 if : steps.create_tag.outputs.successful
6964 with :
7065 head-ref : ${{ steps.create_tag.outputs.version }}
0 commit comments