File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 website :
9- runs-on : ubuntu-20.04
9+ runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v3
1212 - uses : actions/setup-node@v3
1313 with :
1414 node-version : 16
15+ registry-url : ' https://registry.npmjs.org'
1516
1617 - run : npm install
1718 - run : npm run build
@@ -29,13 +30,13 @@ jobs:
2930
3031 - name : Create Tag
3132 id : create_tag
32- uses : jaywcjlove/create-tag-action@v1.3.7
33+ uses : jaywcjlove/create-tag-action@main
3334 with :
3435 package-path : ./package.json
3536
3637 - name : get tag version
3738 id : tag_version
38- uses : jaywcjlove/changelog-generator@v1.5.7
39+ uses : jaywcjlove/changelog-generator@main
3940
4041 - name : Deploy
4142 uses : peaceiris/actions-gh-pages@v3
4849
4950 - name : Generate Changelog
5051 id : changelog
51- uses : jaywcjlove/changelog-generator@v1.5.7
52+ uses : jaywcjlove/changelog-generator@main
5253 with :
5354 token : ${{ secrets.GITHUB_TOKEN }}
5455 filter-author : (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
You can’t perform that action at this time.
0 commit comments