Skip to content

Commit 700006a

Browse files
committed
chore: update workflows config.
1 parent a121961 commit 700006a

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -71,25 +71,15 @@ jobs:
7171
name: ${{ steps.changelog.outputs.tag }}
7272
tag: ${{ steps.changelog.outputs.tag }}
7373
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
7575
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
7676
7777
${{ steps.changelog.outputs.changelog }}
7878
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 }}
9585

0 commit comments

Comments
 (0)