Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 09c82f6

Browse files
committed
fix: forgot to build before publishing
1 parent 3ecc79f commit 09c82f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Test
3636
run: yarn tsdx test --ci --coverage --maxWorkers=2
3737

38+
- name: Build
39+
run: yarn build
40+
3841
- name: Release
3942
env:
4043
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)