Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbab1fc commit 2ac7356Copy full SHA for 2ac7356
1 file changed
.github/workflows/release.yml
@@ -125,6 +125,9 @@ jobs:
125
- name: Install dependencies
126
run: bun install --frozen-lockfile
127
128
+ - name: Align package versions to release version
129
+ run: node scripts/update-release-package-versions.ts "${{ needs.preflight.outputs.version }}"
130
+
131
- name: Build desktop artifact
132
shell: bash
133
env:
@@ -244,6 +247,9 @@ jobs:
244
247
245
248
246
249
250
251
252
253
- name: Build CLI package
254
run: bun run build --filter=@t3tools/web --filter=t3
255
0 commit comments