File tree Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,6 @@ inputs:
13
13
runs :
14
14
using : composite
15
15
steps :
16
- - name : Check Authentication with Registry
17
- env :
18
- NODE_AUTH_TOKEN : ${{ inputs.npm_token }}
19
- shell : bash
20
- run : npm whoami
21
-
22
16
- name : Version
23
17
env :
24
18
NODE_AUTH_TOKEN : ${{ inputs.npm_token }}
Original file line number Diff line number Diff line change 55
55
"jestConfig" : " packages/qwik-nx/jest.config.ts" ,
56
56
"passWithNoTests" : true
57
57
}
58
+ },
59
+ "version" : {
60
+ "executor" : " @jscutlery/semver:version" ,
61
+ "options" : {}
62
+ },
63
+ "version-publish" : {
64
+ "executor" : " @jscutlery/semver:version" ,
65
+ "options" : {
66
+ "noVerify" : true ,
67
+ "push" : true ,
68
+ "postTargets" : [" qwik-nx:publish" , " qwik-nx:push-to-github" ]
69
+ }
70
+ },
71
+ "publish" : {
72
+ "executor" : " ngx-deploy-npm:deploy" ,
73
+ "options" : {
74
+ "access" : " public" ,
75
+ "distFolderPath" : " packages/qwik-nx"
76
+ }
77
+ },
78
+ "push-to-github" : {
79
+ "executor" : " @jscutlery/semver:github" ,
80
+ "options" : {
81
+ "tag" : " ${tag}" ,
82
+ "notes" : " ${notes}"
83
+ }
58
84
}
59
85
},
60
86
"tags" : []
You can’t perform that action at this time.
0 commit comments