Skip to content

Commit c9e6134

Browse files
Remove make config on sdk build action, replace with npm ci.
1 parent 92f0ec0 commit c9e6134

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/actions/build-sdk/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ runs:
1313
with:
1414
node-version: 18
1515

16-
- name: Make Config
16+
- name: Npm install
1717
working-directory: .
18-
run: make config
18+
run: npm ci
1919
shell: bash
2020

2121
- name: Build sdks

sdk/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
python/*
2-
typescript/*
1+
*/

sdk/_config.version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 0.0.1-20250703.072935+33b304e
1+
version: 0.0.1-20250703.073203+92f0ec0

0 commit comments

Comments
 (0)