Skip to content

Commit

Permalink
chore:添加 transfer 组件包发布代码 (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullptr-z committed Mar 16, 2022
1 parent 1acde64 commit f89d852
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Expand Up @@ -348,6 +348,11 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/react-tree-checked/package.json
- name: 📦 @uiw/react-transfer publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/react-transfer/package.json
- name: 📦 @uiw/utils publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/npm.yml
Expand Up @@ -417,6 +417,11 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/react-tree-checked/package.json
- name: 📦 @uiw/react-transfer publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/react-transfer/package.json
- name: 📦 @uiw/utils publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit f89d852

Please sign in to comment.