Skip to content

Commit dcd2c3b

Browse files
committed
update
1 parent f91e196 commit dcd2c3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969

7070
- name: Build
7171
run: |
72-
echo TOKEN $TELEMETRY_TRACKING_TOKEN
7372
pnpm run build
7473
pnpm tsx packages/cli/scripts/post-build.ts
7574

.github/workflows/publish-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
run: pnpm install --frozen-lockfile
3737

3838
- name: Build
39-
run: pnpm run build
39+
run: |
40+
pnpm run build
41+
pnpm tsx packages/cli/scripts/post-build.ts
4042
4143
- name: Get version from package.json
4244
id: version

0 commit comments

Comments
 (0)