File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
17
17
18
18
- name : Create Tag
19
19
id : create_tag
20
- uses : jaywcjlove/create-tag-action@v1.1.10
20
+ uses : jaywcjlove/create-tag-action@v1.2.0
21
21
with :
22
22
token : ${{ secrets.GITHUB_TOKEN }}
23
23
package-path : ./package.json
24
24
25
25
- name : Generate Changelog
26
26
id : changelog
27
- uses : jaywcjlove/changelog-generator@v1.3.10
27
+ uses : jaywcjlove/changelog-generator@v1.4.3
28
28
with :
29
29
token : ${{ secrets.GITHUB_TOKEN }}
30
30
head-ref : ${{steps.create_tag.outputs.version}}
@@ -40,16 +40,22 @@ jobs:
40
40
tag : ${{ steps.create_tag.outputs.version }}
41
41
body : |
42
42
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-github-corners@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [](https://github.com/uiwjs/react-github-corners/releases) [](https://github.com/uiwjs/react-github-corners/network) [](https://github.com/uiwjs/react-github-corners/stargazers) [](https://github.com/uiwjs/react-github-corners/releases) [](https://bundlephobia.com/result?p=@uiw/react-github-corners@${{steps.create_tag.outputs.versionNumber}})
43
+
43
44
```bash
44
45
npm i @uiw/react-github-corners@${{steps.create_tag.outputs.versionNumber}}
45
46
```
46
47
47
48
${{ steps.changelog.outputs.compareurl }}
49
+
48
50
${{ steps.changelog.outputs.changelog }}
49
51
50
52
- run : npm run doc
51
53
- name : Deploy
52
54
uses : peaceiris/actions-gh-pages@v3
53
55
with :
54
56
github_token : ${{ secrets.GITHUB_TOKEN }}
55
- publish_dir : ./build
57
+ publish_dir : ./build
58
+
59
+ - run : npm install @jsdevtools/npm-publish -g
60
+ - run : npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
61
+
You can’t perform that action at this time.
0 commit comments