File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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
25
+
26
+ - name : Replace utils version in package.json
27
+ shell : bash
28
+ run : pnpm update.version
29
+
22
30
- name : Version
23
31
env :
24
32
NODE_AUTH_TOKEN : ${{ inputs.npm_token }}
Original file line number Diff line number Diff line change 39
39
"releaseAs" : " patch"
40
40
}
41
41
},
42
+
42
43
"version" : {
43
44
"executor" : " @jscutlery/semver:version" ,
44
45
"options" : {
51
52
"noVerify" : true ,
52
53
"push" : true ,
53
54
"releaseAs" : " patch" ,
54
- "postTargets" : [
55
- " headless:update-utils-version" ,
56
- " headless:publish" ,
57
- " headless:push-to-github"
58
- ]
59
- }
60
- },
61
- "update-utils-version" : {
62
- "executor" : " nx:run-commands" ,
63
- "options" : {
64
- "parallel" : false ,
65
- "command" : " pnpm update.version"
55
+ "postTargets" : [" headless:publish" , " headless:push-to-github" ]
66
56
}
67
57
},
58
+
68
59
"publish" : {
69
60
"executor" : " ngx-deploy-npm:deploy" ,
70
61
"options" : {
Original file line number Diff line number Diff line change 51
51
"publish" : {
52
52
"executor" : " ngx-deploy-npm:deploy" ,
53
53
"options" : {
54
+ "noBuild" : true ,
54
55
"access" : " public"
55
56
}
56
57
},
You can’t perform that action at this time.
0 commit comments