File tree Expand file tree Collapse file tree 13 files changed +2
-45
lines changed Expand file tree Collapse file tree 13 files changed +2
-45
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 NX_REJECT_UNKNOWN_LOCAL_CACHE : 0
11+ NODE_AUTH_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
1112
1213jobs :
1314 publish :
6263 - name : Publish packages
6364 run : pnpm exec nx release publish
6465 env :
65- NODE_AUTH_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
6666 NPM_CONFIG_PROVENANCE : true
6767 GITHUB_TOKEN : " ${{ github.token }}"
Original file line number Diff line number Diff line change 1+ //registry.npmjs.org/:_authToken = ${ NODE_AUTH_TOKEN }
Original file line number Diff line number Diff line change 8080 "extends" : [
8181 " ../../.eslintrc.js"
8282 ]
83- },
84- "publishConfig" : {
85- "access" : " public" ,
86- "registry" : " https://registry.npmjs.org/"
8783 }
8884}
Original file line number Diff line number Diff line change 7474 " ../../.eslintrc.js"
7575 ]
7676 },
77- "publishConfig" : {
78- "access" : " public" ,
79- "registry" : " https://registry.npmjs.org/"
80- },
8177 "gitHead" : " 37614ab348dcc7faa830a9a88437b37197a2162d"
8278}
Original file line number Diff line number Diff line change 142142 " ../../.eslintrc.js"
143143 ]
144144 },
145- "publishConfig" : {
146- "access" : " public" ,
147- "registry" : " https://registry.npmjs.org/"
148- },
149145 "gitHead" : " 37614ab348dcc7faa830a9a88437b37197a2162d"
150146}
Original file line number Diff line number Diff line change 8383 "extends" : [
8484 " ../../.eslintrc.js"
8585 ]
86- },
87- "publishConfig" : {
88- "access" : " public" ,
89- "registry" : " https://registry.npmjs.org/"
9086 }
9187}
Original file line number Diff line number Diff line change 9696 " ../../.eslintrc.js"
9797 ]
9898 },
99- "publishConfig" : {
100- "access" : " public" ,
101- "registry" : " https://registry.npmjs.org/"
102- },
10399 "gitHead" : " d5e8c96e2ad5f6832da60bc3c9acd3f6c16c25c5"
104100}
Original file line number Diff line number Diff line change 8585 " ../../.eslintrc.js"
8686 ]
8787 },
88- "publishConfig" : {
89- "access" : " public" ,
90- "registry" : " https://registry.npmjs.org/"
91- },
9288 "gitHead" : " 37614ab348dcc7faa830a9a88437b37197a2162d"
9389}
Original file line number Diff line number Diff line change 101101 "extends" : [
102102 " ../../.eslintrc.js"
103103 ]
104- },
105- "publishConfig" : {
106- "access" : " public" ,
107- "registry" : " https://registry.npmjs.org/"
108104 }
109105}
Original file line number Diff line number Diff line change 8484 "extends" : [
8585 " ../../.eslintrc.js"
8686 ]
87- },
88- "publishConfig" : {
89- "access" : " public" ,
90- "registry" : " https://registry.npmjs.org/"
9187 }
9288}
You can’t perform that action at this time.
0 commit comments