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 @@ -19,16 +19,19 @@ jobs:
19
19
- run : npm run build
20
20
- run : npm run doc
21
21
22
+ - run : npm install @jsdevtools/npm-publish -g
23
+ - run : npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
24
+
22
25
- name : Create Tag
23
26
id : create_tag
24
- uses : jaywcjlove/create-tag-action@v1.1.10
27
+ uses : jaywcjlove/create-tag-action@v1.2.0
25
28
with :
26
29
token : ${{ secrets.GITHUB_TOKEN }}
27
30
package-path : ./package.json
28
31
29
32
- name : Generate Changelog
30
33
id : changelog
31
- uses : jaywcjlove/changelog-generator@v1.3.10
34
+ uses : jaywcjlove/changelog-generator@v1.4.2
32
35
with :
33
36
token : ${{ secrets.GITHUB_TOKEN }}
34
37
head-ref : ${{steps.create_tag.outputs.version}}
56
59
```
57
60
58
61
${{ steps.changelog.outputs.compareurl }}
62
+
59
63
${{ steps.changelog.outputs.changelog }}
You can’t perform that action at this time.
0 commit comments