Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ac7356

Browse files
authored
chore(release): align package versions before building artifacts (#933)
1 parent bbab1fc commit 2ac7356

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ jobs:
125125
- name: Install dependencies
126126
run: bun install --frozen-lockfile
127127

128+
- name: Align package versions to release version
129+
run: node scripts/update-release-package-versions.ts "${{ needs.preflight.outputs.version }}"
130+
128131
- name: Build desktop artifact
129132
shell: bash
130133
env:
@@ -244,6 +247,9 @@ jobs:
244247
- name: Install dependencies
245248
run: bun install --frozen-lockfile
246249

250+
- name: Align package versions to release version
251+
run: node scripts/update-release-package-versions.ts "${{ needs.preflight.outputs.version }}"
252+
247253
- name: Build CLI package
248254
run: bun run build --filter=@t3tools/web --filter=t3
249255

0 commit comments

Comments
 (0)