File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- name : Publish kubernetes-models crd-generate
1
+ name : 🍴 Publish kubernetes-models crd-generate
2
2
3
3
on :
4
4
workflow_dispatch :
@@ -8,7 +8,7 @@ permissions:
8
8
9
9
concurrency :
10
10
group : publish-kubernetes-models-crd-generate
11
- cancel-in-progress : false
11
+ cancel-in-progress : true
12
12
13
13
jobs :
14
14
build-and-publish :
24
24
path : kubernetes-models-ts
25
25
fetch-depth : 1
26
26
27
+ - name : Setup pnpm
28
+ uses : pnpm/action-setup@v4
29
+ with :
30
+ version : 9
31
+ run_install : false
32
+
27
33
- name : Setup Node.js
28
34
uses : actions/setup-node@v4
29
35
with :
33
39
cache : pnpm
34
40
cache-dependency-path : kubernetes-models-ts/pnpm-lock.yaml
35
41
36
- - name : Setup pnpm
37
- uses : pnpm/action-setup@v4
38
- with :
39
- version : 9
40
- run_install : false
41
-
42
42
- name : Install dependencies
43
43
working-directory : kubernetes-models-ts
44
44
run : pnpm install --frozen-lockfile=false
You can’t perform that action at this time.
0 commit comments