We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9979b commit f23f72bCopy full SHA for f23f72b
.github/workflows/release.yaml
@@ -82,6 +82,8 @@ jobs:
82
npm version $UI_VERSION --allow-same-version
83
cd ../tests
84
85
+ cd ../../typescript-sdk
86
+ npm version $UI_VERSION --allow-same-version
87
88
- name: Build Registry (All Variants)
89
run: |
@@ -158,6 +160,8 @@ jobs:
158
160
159
161
162
163
164
165
166
- name: Commit Snapshot Version ${{ github.event.inputs.snapshot-version}}
167
0 commit comments