File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,19 @@ jobs:
1515 - run : npm install
1616 - run : npm run build
1717
18+ - run : npm install @jsdevtools/npm-publish -g
19+ - run : npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
20+
1821 - name : Create Tag
1922 id : create_tag
20- uses : jaywcjlove/create-tag-action@v1.1.10
23+ uses : jaywcjlove/create-tag-action@v1.2.0
2124 with :
2225 token : ${{ secrets.GITHUB_TOKEN }}
2326 package-path : ./package.json
2427
2528 - name : Generate Changelog
2629 id : changelog
27- uses : jaywcjlove/changelog-generator@v1.3.10
30+ uses : jaywcjlove/changelog-generator@v1.4.2
2831 with :
2932 token : ${{ secrets.GITHUB_TOKEN }}
3033 head-ref : ${{steps.create_tag.outputs.version}}
@@ -45,10 +48,12 @@ jobs:
4548 name : ${{ steps.create_tag.outputs.version }}
4649 tag : ${{ steps.create_tag.outputs.version }}
4750 body : |
48- [](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [](https://github.com/uiwjs/react-markdown-preview/releases) [](https://github.com/uiwjs/react-markdown-preview/network) [](https://github.com/uiwjs/react-markdown-preview/stargazers) [](https://github.com/uiwjs/react-markdown-preview/releases) [](https://bundlephobia.com/result?p=@uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}})
51+ [](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [](https://bundlephobia.com/result?p=@uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}})
52+
4953 ```bash
5054 npm i @uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}
5155 ```
5256
5357 ${{ steps.changelog.outputs.compareurl }}
58+
5459 ${{ steps.changelog.outputs.changelog }}
You can’t perform that action at this time.
0 commit comments