Skip to content

Commit 7f7b77e

Browse files
committed
chore: update workflows config.
1 parent c19c074 commit 7f7b77e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
uses: JS-DevTools/npm-publish@v1
8181
with:
8282
token: ${{ secrets.NPM_TOKEN }}
83-
package: ./core/package.json
83+
package: ./package.json
8484

8585

8686
outputs:
@@ -100,13 +100,12 @@ jobs:
100100

101101
- run: npm install
102102
- run: npm run build
103-
- run: npm run doc
104103
- run: npm run bundle
105104
- run: npm run bundle:min
106105

107106
- name: "Modify @uiw/react-split => @uiwjs/react-split"
108107
uses: jaywcjlove/github-action-package@main
109108
with:
110-
path: core/package.json
109+
path: package.json
111110
data: |
112111
{ "name": "@uiwjs/react-split" }

0 commit comments

Comments
 (0)