Skip to content

Commit 134f6dd

Browse files
committed
chore: setup semantic release
1 parent b1d022b commit 134f6dd

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
@@ -30,6 +30,9 @@ jobs:
3030
- name: Unit Test
3131
run: yarn run test
3232

33+
- name: Build
34+
run: yarn run build
35+
3336
- name: Release
3437
env:
3538
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)