Skip to content

Commit c5c5ba2

Browse files
committed
chore: 移除格式检查步骤,简化 release.yml 工作流
1 parent f397dd1 commit c5c5ba2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ jobs:
5757
pnpm install --no-frozen-lockfile
5858
}
5959
60-
- name: 格式检查
61-
run: pnpm run lint
62-
6360
- name: 构建项目
6461
run: pnpm run build
6562

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@winner-fed/cloud-utils",
33
"description": "A collection of utils by winner fed",
4-
"version": "2.0.10",
4+
"version": "2.0.9",
55
"type": "module",
66
"author": {
77
"name": "winner-fed",

0 commit comments

Comments
 (0)