File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 54
54
- name : Push CI Packages
55
55
if : github.event_name != 'pull_request' && matrix.os == 'ubuntu-latest'
56
56
run : |
57
- npm config set "@exceptionless:registry" https://npm.pkg.github.com/exceptionless
58
- npm config set //npm.pkg.github.com/:_authToken ${{secrets.GITHUB_TOKEN}}
57
+ echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" > .npmrc
58
+ echo "@exceptionless:registry=https://npm.pkg.github.com" >> .npmrc
59
+ echo "always-auth=true" >> .npmrc
59
60
npm publish --workspaces --access public
61
+ env :
62
+ NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 25
25
" lage" ,
26
26
" maxcdn" ,
27
27
" ncaught" ,
28
+ " npmrc" ,
28
29
" ratelimit" ,
29
30
" tsproject" ,
30
31
" vite" ,
You can’t perform that action at this time.
0 commit comments