Skip to content

Commit b1d0e43

Browse files
committed
ci: fix
1 parent 8158b7f commit b1d0e43

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)