File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
18
18
19
19
- name : Create Tag
20
20
id : create_tag
21
- uses : jaywcjlove/create-tag-action@v1.1.7
21
+ uses : jaywcjlove/create-tag-action@v1.2.0
22
22
with :
23
23
token : ${{ secrets.GITHUB_TOKEN }}
24
24
package-path : ./package.json
25
25
26
26
- name : Generate Changelog
27
27
id : changelog
28
- uses : jaywcjlove/changelog-generator@v1.3.10
28
+ uses : jaywcjlove/changelog-generator@v1.4.2
29
29
with :
30
30
token : ${{ secrets.GITHUB_TOKEN }}
31
31
head-ref : ${{steps.create_tag.outputs.version}}
@@ -47,10 +47,14 @@ jobs:
47
47
```
48
48
49
49
${{ steps.changelog.outputs.compareurl }}
50
+
50
51
${{ steps.changelog.outputs.changelog }}
51
52
52
53
- name : Deploy
53
54
uses : peaceiris/actions-gh-pages@v3
54
55
with :
55
56
github_token : ${{ secrets.GITHUB_TOKEN }}
56
57
publish_dir : ./build
58
+
59
+ - run : npm install @jsdevtools/npm-publish -g
60
+ - run : npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
You can’t perform that action at this time.
0 commit comments