File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 55 - master
66jobs :
77 build-deploy :
8- runs-on : ubuntu-20.04
8+ runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v3
1111 - uses : actions/setup-node@v3
@@ -25,13 +25,13 @@ jobs:
2525
2626 - name : Create Tag
2727 id : create_tag
28- uses : jaywcjlove/create-tag-action@v1.3.7
28+ uses : jaywcjlove/create-tag-action@main
2929 with :
3030 package-path : ./package.json
3131
3232 - name : get tag version
3333 id : tag_version
34- uses : jaywcjlove/changelog-generator@v1.5.7
34+ uses : jaywcjlove/changelog-generator@main
3535
3636 - name : Deploy
3737 uses : peaceiris/actions-gh-pages@v3
4242
4343 - name : Generate Changelog
4444 id : changelog
45- uses : jaywcjlove/changelog-generator@v1.5.7
45+ uses : jaywcjlove/changelog-generator@main
4646 with :
4747 head-ref : ${{steps.create_tag.outputs.version}}
4848 filter-author : (小弟调调™)
9595 uses : jaywcjlove/github-action-package@main
9696 with :
9797 path : ./package.json
98- data : |
99- { "name": "@uiwjs/react-markdown-editor" }
98+ rename : ' @uiwjs/react-markdown-editor'
10099
101100 - run : npm publish
102101 env :
You can’t perform that action at this time.
0 commit comments