File tree 13 files changed +2
-45
lines changed
13 files changed +2
-45
lines changed Original file line number Diff line number Diff line change 8
8
9
9
env :
10
10
NX_REJECT_UNKNOWN_LOCAL_CACHE : 0
11
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
11
12
12
13
jobs :
13
14
publish :
62
63
- name : Publish packages
63
64
run : pnpm exec nx release publish
64
65
env :
65
- NODE_AUTH_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
66
66
NPM_CONFIG_PROVENANCE : true
67
67
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 80
80
"extends" : [
81
81
" ../../.eslintrc.js"
82
82
]
83
- },
84
- "publishConfig" : {
85
- "access" : " public" ,
86
- "registry" : " https://registry.npmjs.org/"
87
83
}
88
84
}
Original file line number Diff line number Diff line change 74
74
" ../../.eslintrc.js"
75
75
]
76
76
},
77
- "publishConfig" : {
78
- "access" : " public" ,
79
- "registry" : " https://registry.npmjs.org/"
80
- },
81
77
"gitHead" : " 37614ab348dcc7faa830a9a88437b37197a2162d"
82
78
}
Original file line number Diff line number Diff line change 142
142
" ../../.eslintrc.js"
143
143
]
144
144
},
145
- "publishConfig" : {
146
- "access" : " public" ,
147
- "registry" : " https://registry.npmjs.org/"
148
- },
149
145
"gitHead" : " 37614ab348dcc7faa830a9a88437b37197a2162d"
150
146
}
Original file line number Diff line number Diff line change 83
83
"extends" : [
84
84
" ../../.eslintrc.js"
85
85
]
86
- },
87
- "publishConfig" : {
88
- "access" : " public" ,
89
- "registry" : " https://registry.npmjs.org/"
90
86
}
91
87
}
Original file line number Diff line number Diff line change 96
96
" ../../.eslintrc.js"
97
97
]
98
98
},
99
- "publishConfig" : {
100
- "access" : " public" ,
101
- "registry" : " https://registry.npmjs.org/"
102
- },
103
99
"gitHead" : " d5e8c96e2ad5f6832da60bc3c9acd3f6c16c25c5"
104
100
}
Original file line number Diff line number Diff line change 85
85
" ../../.eslintrc.js"
86
86
]
87
87
},
88
- "publishConfig" : {
89
- "access" : " public" ,
90
- "registry" : " https://registry.npmjs.org/"
91
- },
92
88
"gitHead" : " 37614ab348dcc7faa830a9a88437b37197a2162d"
93
89
}
Original file line number Diff line number Diff line change 101
101
"extends" : [
102
102
" ../../.eslintrc.js"
103
103
]
104
- },
105
- "publishConfig" : {
106
- "access" : " public" ,
107
- "registry" : " https://registry.npmjs.org/"
108
104
}
109
105
}
Original file line number Diff line number Diff line change 84
84
"extends" : [
85
85
" ../../.eslintrc.js"
86
86
]
87
- },
88
- "publishConfig" : {
89
- "access" : " public" ,
90
- "registry" : " https://registry.npmjs.org/"
91
87
}
92
88
}
Original file line number Diff line number Diff line change 85
85
"extends" : [
86
86
" ../../.eslintrc.js"
87
87
]
88
- },
89
- "publishConfig" : {
90
- "access" : " public" ,
91
- "registry" : " https://registry.npmjs.org/"
92
88
}
93
89
}
Original file line number Diff line number Diff line change 83
83
"extends" : [
84
84
" ../../.eslintrc.js"
85
85
]
86
- },
87
- "publishConfig" : {
88
- "access" : " public" ,
89
- "registry" : " https://registry.npmjs.org/"
90
86
}
91
87
}
Original file line number Diff line number Diff line change 89
89
" ../../.eslintrc.js"
90
90
]
91
91
},
92
- "publishConfig" : {
93
- "access" : " public" ,
94
- "registry" : " https://registry.npmjs.org/"
95
- },
96
92
"gitHead" : " 37614ab348dcc7faa830a9a88437b37197a2162d"
97
93
}
You can’t perform that action at this time.
0 commit comments