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
|
- name: Install dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
|
- name: Create .npmrc file
|
||||||
|
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: pnpm publish-sdk
|
run: pnpm publish-sdk
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user