File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1717 - name : Checkout
1818 uses : actions/checkout@v4
1919 with :
20- fetch-depth : 0
2120 token : ${{ secrets.GH_ADMIN_TOKEN }}
21+ fetch-depth : 0
2222
2323 - name : Set up pnpm
2424 uses : pnpm/action-setup@v4
3030 with :
3131 node-version : 24
3232 cache : ' pnpm'
33+ always-auth : true
34+ registry-url : ' https://registry.npmjs.org'
3335
3436 - name : Setup Git
3537 run : |
5355 run : pnpm release
5456 env :
5557 GITHUB_TOKEN : ${{ secrets.GH_ADMIN_TOKEN }}
58+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "name" : " @msw/url" ,
4- "version" : " 1. 0.0" ,
4+ "version" : " 0.0.1 " ,
55 "description" : " Utilities for working with URLs." ,
66 "types" : " ./build/index.d.mts" ,
77 "imports" : {
You can’t perform that action at this time.
0 commit comments