Skip to content

Commit 598538d

Browse files
committed
ci: set TZ=UTC in publish workflow for consistent date behavior
1 parent ddab014 commit 598538d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ jobs:
4040

4141
- name: Type check
4242
run: bun run typecheck
43+
env:
44+
TZ: UTC
45+
46+
- name: Run tests
47+
run: bun test
48+
env:
49+
TZ: UTC
4350

4451
- name: Run tests
4552
run: bun test

0 commit comments

Comments
 (0)