Skip to content

Commit 7af94e5

Browse files
committed
fix(ci): restore release package metadata after install
1 parent 1bec927 commit 7af94e5

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- name: Install dependencies
7575
run: |
7676
ut install --from pnpm || (sleep 5 && ut install --from pnpm) || (sleep 10 && ut install --from pnpm)
77+
git restore package.json
7778
git diff --exit-code -- package.json
7879
7980
- name: Configure Git

package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,5 @@
9090
"optionalDependencies": {
9191
"@utoo/utoo-mingw64_nt-10.0-26100-x64": "npm:@utoo/utoo-win32-x64@1.0.28"
9292
},
93-
"packageManager": "pnpm@10.28.0",
94-
"workspaces": [
95-
"packages/*",
96-
"plugins/*",
97-
"examples/*",
98-
"tools/*",
99-
"site",
100-
"tegg/core/*",
101-
"tegg/plugin/*",
102-
"tegg/standalone/*"
103-
],
104-
"overrides": {
105-
"vite": "npm:rolldown-vite@^7.1.13"
106-
}
93+
"packageManager": "pnpm@10.28.0"
10794
}

0 commit comments

Comments
 (0)