diff --git a/.github/workflows/deploy-v3-site.yml b/.github/workflows/deploy-v3-site.yml index da2af49e8..700522cfb 100644 --- a/.github/workflows/deploy-v3-site.yml +++ b/.github/workflows/deploy-v3-site.yml @@ -45,5 +45,4 @@ jobs: folder: packages/vant/site-dist token: ${{ secrets.VANT_UI_TOKEN }} repository-name: vant-ui/vant-ui.github.io - target-folder: vant - clean: false + target-folder: vant/v3 diff --git a/packages/vant/package.json b/packages/vant/package.json index a6d7ab0be..10e0077b5 100644 --- a/packages/vant/package.json +++ b/packages/vant/package.json @@ -12,6 +12,9 @@ "es", "lib" ], + "npm": { + "tag": "latest-v3" + }, "scripts": { "dev": "vant-cli dev", "lint": "vant-cli lint",