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:
1818
1919 - name : Create Tag
2020 id : create_tag
21- uses : jaywcjlove/create-tag-action@v1.1.7
21+ uses : jaywcjlove/create-tag-action@v1.2.0
2222 with :
2323 token : ${{ secrets.GITHUB_TOKEN }}
2424 package-path : ./package.json
2525
2626 - name : Generate Changelog
2727 id : changelog
28- uses : jaywcjlove/changelog-generator@v1.3.10
28+ uses : jaywcjlove/changelog-generator@v1.4.2
2929 with :
3030 token : ${{ secrets.GITHUB_TOKEN }}
3131 head-ref : ${{steps.create_tag.outputs.version}}
@@ -47,10 +47,14 @@ jobs:
4747 ```
4848
4949 ${{ steps.changelog.outputs.compareurl }}
50+
5051 ${{ steps.changelog.outputs.changelog }}
5152
5253 - name : Deploy
5354 uses : peaceiris/actions-gh-pages@v3
5455 with :
5556 github_token : ${{ secrets.GITHUB_TOKEN }}
5657 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