File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,9 +149,10 @@ jobs:
149149 env :
150150 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
151151 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
152- NPM_TOKEN : ${{ secrets.GITHUB_TOKEN }}
152+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
153153 working-directory : packages/cli
154154 run : npx semantic-release
155+
155156 codeql :
156157 if : (!contains(github.event.head_commit.message, 'skip:ci'))
157158 uses : ./.github/workflows/_codeql.yml
Original file line number Diff line number Diff line change 1414 " LICENSE"
1515 ],
1616 "publishConfig" : {
17- "registry" : " https://npm.pkg.github.com " ,
18- "access" : " restricted "
17+ "registry" : " https://registry.npmjs.org " ,
18+ "access" : " public "
1919 },
2020 "scripts" : {
2121 "build" : " nx build" ,
Original file line number Diff line number Diff line change 2020 " LICENSE"
2121 ],
2222 "publishConfig" : {
23- "registry" : " https://npm.pkg.github.com " ,
24- "access" : " restricted "
23+ "registry" : " https://registry.npmjs.org " ,
24+ "access" : " public "
2525 },
2626 "scripts" : {
2727 "build" : " nx build" ,
You can’t perform that action at this time.
0 commit comments