Skip to content

Commit

Permalink
ci(release): fix sync to cnpm run issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Jan 5, 2024
1 parent e7d90d6 commit 1cf0b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Sync to cnpm
run: /
run: |
npm install -g cnpm
cnpm sync @yuntijs/react-markdown-lowcode-materials
cnpm sync @yuntijs/ui-lowcode-materials

0 comments on commit 1cf0b2d

Please sign in to comment.