diff --git a/.github/workflows/dispatch-ui-publish-alpha.yml b/.github/workflows/dispatch-ui-publish-alpha.yml index aab01eea67..e5815718e8 100644 --- a/.github/workflows/dispatch-ui-publish-alpha.yml +++ b/.github/workflows/dispatch-ui-publish-alpha.yml @@ -8,7 +8,7 @@ on: description: | 输入需要打包的组件名称,多个以空格分隔, 例如: `input alert`. - required: true + required: false type: string concurrency: group: ${{ github.workflow }}-${{ github.sha }} @@ -49,8 +49,13 @@ jobs: run: pnpm i --no-frozen-lockfile - name: Run Build Components + if: inputs.components != '' run: pnpm build:ui ${{ inputs.components }} + - name: Run Build All Components + if: inputs.components == '' + run: pnpm build:ui + - name: Run Release alpha run: pnpm release:alpha -u diff --git a/packages/vue/src/year-table/package.json b/packages/vue/src/year-table/package.json index 46f460dd88..e48ff46fad 100644 --- a/packages/vue/src/year-table/package.json +++ b/packages/vue/src/year-table/package.json @@ -12,7 +12,6 @@ "//postversion": "pnpm build" }, "dependencies": { - "@opentiny/utils": "workspace:~", "@opentiny/vue-common": "workspace:~", "@opentiny/vue-renderless": "workspace:~", "@opentiny/vue-theme": "workspace:~"