Skip to content

Commit 985ca16

Browse files
committed
chore(sdk/js): bump to 0.5.8-beta.0 for release workflow testing
1 parent 6542bc7 commit 985ca16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/js-sdk-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Install dependencies
6767
working-directory: sdk/js
68-
run: npm ci
68+
run: npm install
6969

7070
- name: Build
7171
working-directory: sdk/js

sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phala/dstack-sdk",
3-
"version": "0.5.7",
3+
"version": "0.5.8-beta.0",
44
"description": "dstack SDK",
55
"main": "dist/node/index.js",
66
"types": "dist/node/index.d.ts",

0 commit comments

Comments
 (0)