File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- runs-on : ubuntu-18.04
10+ runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v3
1313 - uses : actions/setup-node@v3
1414 with :
1515 node-version : 16
16+ registry-url : ' https://registry.npmjs.org'
1617
1718 - run : npm install
1819 - run : npm run build
@@ -27,13 +28,13 @@ jobs:
2728
2829 - name : Create Tag
2930 id : create_tag
30- uses : jaywcjlove/create-tag-action@v1.3.7
31+ uses : jaywcjlove/create-tag-action@main
3132 with :
3233 package-path : ./core/package.json
3334
3435 - name : get tag version
3536 id : tag_version
36- uses : jaywcjlove/changelog-generator@v1.5.7
37+ uses : jaywcjlove/changelog-generator@main
3738
3839 - name : Deploy
3940 uses : peaceiris/actions-gh-pages@v3
4445
4546 - name : Generate Changelog
4647 id : changelog
47- uses : jaywcjlove/changelog-generator@v1.5.7
48+ uses : jaywcjlove/changelog-generator@main
4849 with :
4950 head-ref : ${{steps.create_tag.outputs.version}}
5051 filter-author : (renovate-bot|Renovate Bot)
7374 successful : ${{steps.create_tag.outputs.successful }}
7475
7576 github-package :
76- runs-on : ubuntu-18.04
77+ runs-on : ubuntu-latest
7778 needs : build
7879 if : needs.build.outputs.successful
7980 steps :
You can’t perform that action at this time.
0 commit comments