File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 main :
1313 runs-on : ubuntu-latest
14- permissions :
15- contents : read
16- packages : write
1714 steps :
1815 - uses : actions/checkout@v3
1916 with :
3027 with :
3128 node-version : ' 18.x'
3229 cache : ' pnpm'
33- registry-url : ' https://npm.pkg.github.com '
30+ registry-url : ' https://registry.npmjs.org '
3431 scope : ' @loopexchange-labs'
3532
3633 - name : Setup Go environment
6562 - run : pnpm exec nx publish loopring-sdk --ver ${{ github.event.release.tag_name }}
6663 if : github.event_name == 'release'
6764 env :
68- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
65+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11strict-peer-dependencies = false
22auto-install-peers = true
33
4- //npm.pkg.github.com /:_authToken = ${ NODE_AUTH_TOKEN }
5- @loopexchange-labs: registry= https://npm.pkg.github.com
4+ //registry.npmjs.org /:_authToken = ${ NODE_AUTH_TOKEN }
5+ registry = https://registry.npmjs.org/
66always-auth = true
You can’t perform that action at this time.
0 commit comments