fix workflow
This commit is contained in:
3
.github/workflows/release-js-package.yml
vendored
3
.github/workflows/release-js-package.yml
vendored
@@ -31,6 +31,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Create .npmrc file
|
||||
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
|
||||
|
||||
- name: Publish
|
||||
run: pnpm publish-sdk
|
||||
env:
|
||||
|
Reference in New Issue
Block a user