Merge branch 'main' into docs-known-issue-650
This commit is contained in:
commit
b86243bd74
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish-sdk-typescript.yml
vendored
3
.github/workflows/publish-sdk-typescript.yml
vendored
|
|
@ -29,6 +29,9 @@ jobs:
|
|||
node-version: '20'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: Update npm to latest
|
||||
run: npm install -g npm@latest
|
||||
|
||||
- name: Extract version from package.json
|
||||
id: version
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue