We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f397dd1 commit c5c5ba2Copy full SHA for c5c5ba2
.github/workflows/release.yml
@@ -57,9 +57,6 @@ jobs:
57
pnpm install --no-frozen-lockfile
58
}
59
60
- - name: 格式检查
61
- run: pnpm run lint
62
-
63
- name: 构建项目
64
run: pnpm run build
65
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@winner-fed/cloud-utils",
3
"description": "A collection of utils by winner fed",
4
- "version": "2.0.10",
+ "version": "2.0.9",
5
"type": "module",
6
"author": {
7
"name": "winner-fed",
0 commit comments