Skip to content

Commit 51eaaab

Browse files
committed
chore: update workflows config.
1 parent 0fe5b16 commit 51eaaab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,8 @@ jobs:
108108
with:
109109
path: package.json
110110
data: |
111-
{ "name": "@uiwjs/react-split" }
111+
{ "name": "@uiwjs/react-split" }
112+
113+
- run: npm publish
114+
env:
115+
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)