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 99 - " .github/workflows/release-js-package.yml"
1010
1111permissions :
12- id-token : write # Required for OIDC
12+ id-token : write # Required for OIDC
1313 contents : read
1414
1515concurrency : ${{ github.workflow }}-${{ github.ref }}
@@ -28,10 +28,14 @@ jobs:
2828 uses : actions/setup-node@v3
2929 with :
3030 node-version : 20.x
31+ registry-url : " https://registry.npmjs.org"
3132
3233 - name : Set up pnpm
3334 uses : pnpm/action-setup@v4
3435
36+ - name : Update npm for OIDC support
37+ run : npm install -g npm@latest
38+
3539 - name : Install dependencies
3640 run : pnpm install --frozen-lockfile
3741
Original file line number Diff line number Diff line change 99 "test" : " echo \" Error: no test specified\" && exit 1" ,
1010 "lint" : " eslint . --max-warnings 0" ,
1111 "build" : " tsup" ,
12- "publish-sdk" : " pnpm run build && npm publish --no-git-checks" ,
12+ "publish-sdk" : " pnpm run build && npm publish --access public -- no-git-checks" ,
1313 "openapi-typegen" : " openapi-typescript ../../apps/docs/api-reference/openapi.json -o types/schema.d.ts"
1414 },
1515 "keywords" : [],
You can’t perform that action at this time.
0 commit comments