Skip to content

Commit f23f72b

Browse files
committed
Fix the release workflow to properly version the typescript sdk
1 parent 4d9979b commit f23f72b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
npm version $UI_VERSION --allow-same-version
8383
cd ../tests
8484
npm version $UI_VERSION --allow-same-version
85+
cd ../../typescript-sdk
86+
npm version $UI_VERSION --allow-same-version
8587
8688
- name: Build Registry (All Variants)
8789
run: |
@@ -158,6 +160,8 @@ jobs:
158160
npm version $UI_VERSION --allow-same-version
159161
cd ../tests
160162
npm version $UI_VERSION --allow-same-version
163+
cd ../../typescript-sdk
164+
npm version $UI_VERSION --allow-same-version
161165
162166
- name: Commit Snapshot Version ${{ github.event.inputs.snapshot-version}}
163167
run: |

0 commit comments

Comments
 (0)