File tree Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -71,25 +71,15 @@ jobs:
71
71
name : ${{ steps.changelog.outputs.tag }}
72
72
tag : ${{ steps.changelog.outputs.tag }}
73
73
body : |
74
- Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/uiwjs/react-monorepo-template /${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
74
+ Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/uiwjs/react-use-online /${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
75
75
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
76
76
77
77
${{ steps.changelog.outputs.changelog }}
78
78
79
- # - run: git status
80
- # - run: npm install @jsdevtools/npm-publish -g
81
- # - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./core/package.json
82
-
83
- # - name: 📦 @uiw/react-layout publish to NPM
84
- # uses: JS-DevTools/npm-publish@v1
85
- # with:
86
- # token: ${{ secrets.NPM_TOKEN }}
87
- # package: ./core/package.json
88
-
89
- # - run: npm publish --access public
90
- # name: 📦 @uiw/react-monorepo-template to NPM
91
- # working-directory: core
92
- # continue-on-error: true
93
- # env:
94
- # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
79
+ - run : npm publish --access public
80
+ name : 📦 @uiw/react-use-online to NPM
81
+ working-directory : core
82
+ continue-on-error : true
83
+ env :
84
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
95
85
You can’t perform that action at this time.
0 commit comments