Skip to content

Commit

Permalink
release: v4.3.0-beta.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Jan 23, 2024
1 parent a59bda4 commit d0a7f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
NPM_CONFIG_PROVENANCE: true

- name: Build NutUI Vue Taro
run: pnpm build:taro:vue
run: pnpm build:taro

- name: Publish NutUI Vue Taro
run: pnpm --dir ./publish/nutui-taro publish:beta --access public --no-git-checks
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui",
"version": "4.3.0-beta.4",
"version": "4.3.0-beta.5",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down

0 comments on commit d0a7f4d

Please sign in to comment.