File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
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.2.1
21+ uses : jaywcjlove/create-tag-action@v1.3.5
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.4.6
28+ uses : jaywcjlove/changelog-generator@v1.4.8
2929 with :
3030 token : ${{ secrets.GITHUB_TOKEN }}
3131 head-ref : ${{steps.create_tag.outputs.version}}
5656 github_token : ${{ secrets.GITHUB_TOKEN }}
5757 publish_dir : ./build
5858
59- - run : npm install @jsdevtools/npm-publish -g
60- - run : npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
59+ # - run: npm install @jsdevtools/npm-publish -g
60+ # - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
61+
62+ - name : 📦 @uiw/react-markdown-editor 📦
63+ uses : JS-DevTools/npm-publish@v1
64+ with :
65+ token : ${{ secrets.NPM_TOKEN }}
66+ package : ./package.json
You can’t perform that action at this time.
0 commit comments