Skip to content

Commit 7ffb0d0

Browse files
committed
feat: 合并部分pr请求
1 parent abcdeb0 commit 7ffb0d0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ jobs:
4444
echo "esbuild version:"
4545
pnpm exec esbuild --version || echo "esbuild not found in root"
4646
cd packages/core && pnpm exec esbuild --version || echo "esbuild not found in core"
47-
# 构建项目
48-
pnpm build:core
47+
# 构建项目 - 只构建 core 包
48+
# 进入 core 包目录直接执行构建
49+
cd packages/core
50+
pnpm build
4951
5052
- name: Create Release Pull Request
5153
id: create_release

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-element-plus-x",
33
"type": "module",
4-
"version": "1.3.82",
4+
"version": "1.3.83",
55
"license": "MIT",
66
"homepage": "https://element-plus-x.com",
77
"repository": {

0 commit comments

Comments
 (0)