File tree Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ runs:
19
19
shell : bash
20
20
run : npm whoami
21
21
22
- - name : Build Headless Kit
23
- shell : bash
24
- run : npx nx build headless
22
+ # - name: Build Headless Kit
23
+ # shell: bash
24
+ # run: npx nx build headless
25
25
26
- - name : Replace utils version in package.json
27
- shell : bash
28
- run : pnpm update.version
26
+ # - name: Replace utils version in package.json
27
+ # shell: bash
28
+ # run: pnpm update.version
29
29
30
30
- name : Version
31
31
env :
Original file line number Diff line number Diff line change 52
52
"noVerify" : true ,
53
53
"push" : true ,
54
54
"releaseAs" : " patch" ,
55
- "postTargets" : [" headless:publish" , " headless:push-to-github" ]
55
+ "postTargets" : [
56
+ " headless:build" ,
57
+ " headless:update-utils-version" ,
58
+ " headless:publish" ,
59
+ " headless:push-to-github"
60
+ ]
61
+ }
62
+ },
63
+
64
+ "update-utils-version" : {
65
+ "executor" : " nx:run-commands" ,
66
+ "options" : {
67
+ "parallel" : false ,
68
+ "command" : " pnpm update.version"
56
69
}
57
70
},
58
71
Original file line number Diff line number Diff line change 45
45
"noVerify" : true ,
46
46
"push" : true ,
47
47
"releaseAs" : " patch" ,
48
- "postTargets" : [" utils:publish" , " utils:push-to-github" ]
48
+ "postTargets" : [" utils:build " , " utils: publish" , " utils:push-to-github" ]
49
49
}
50
50
},
51
51
"publish" : {
You can’t perform that action at this time.
0 commit comments