We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80d1ef commit 373d468Copy full SHA for 373d468
1 file changed
.github/workflows/release.yml
@@ -52,6 +52,10 @@ jobs:
52
- name: 📦 Install dependencies
53
run: npm install
54
55
+ # 3.1 构建 Webview (VSCode 插件 UI)
56
+ - name: 🌐 Build Webview
57
+ run: npm run build:webview --workspace=packages/vscode-ui-plugin
58
+
59
# 4. 获取并同步版本号
60
- name: 📌 Get and Sync version
61
id: get_version
0 commit comments