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:
15
15
- run : npm install
16
16
- run : npm run build
17
17
18
+ - run : npm install @jsdevtools/npm-publish -g
19
+ - run : npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
20
+
18
21
- name : Create Tag
19
22
id : create_tag
20
- uses : jaywcjlove/create-tag-action@v1.1.10
23
+ uses : jaywcjlove/create-tag-action@v1.2.0
21
24
with :
22
25
token : ${{ secrets.GITHUB_TOKEN }}
23
26
package-path : ./package.json
24
27
25
28
- name : Generate Changelog
26
29
id : changelog
27
- uses : jaywcjlove/changelog-generator@v1.3.10
30
+ uses : jaywcjlove/changelog-generator@v1.4.2
28
31
with :
29
32
token : ${{ secrets.GITHUB_TOKEN }}
30
33
head-ref : ${{steps.create_tag.outputs.version}}
@@ -45,10 +48,12 @@ jobs:
45
48
name : ${{ steps.create_tag.outputs.version }}
46
49
tag : ${{ steps.create_tag.outputs.version }}
47
50
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
+
49
53
```bash
50
54
npm i @uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}
51
55
```
52
56
53
57
${{ steps.changelog.outputs.compareurl }}
58
+
54
59
${{ steps.changelog.outputs.changelog }}
You can’t perform that action at this time.
0 commit comments