File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 node-version : 20
2727 - uses : pnpm/action-setup@v2
2828 with :
29- version : 8
30- - run : |
31- pnpm install
32- pnpm build
33- - run : pnpm publish --no-git-checks
29+ version : 9
30+ - run : pnpm install
31+ - run : pnpm build
32+ - run : npm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
3433 env :
3534 NODE_AUTH_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
35+ - run : pnpm publish --no-git-checks
Original file line number Diff line number Diff line change 11{
22 "name" : " fanbook-api-node-sdk" ,
33 "version" : " 0.7.0" ,
4- "packageManager" : " pnpm@8.15 .0" ,
4+ "packageManager" : " pnpm@9.7 .0" ,
55 "description" : " Fanbook OpenAPI JavaScript / Node.js SDK" ,
66 "author" : " DevOpen Club" ,
77 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments