Skip to content

Commit 3affcb3

Browse files
committed
fix(contracts): build packages before publishing
1 parent f2176bc commit 3affcb3

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
@@ -36,6 +36,9 @@ jobs:
3636
- name: Install dependencies
3737
run: yarn
3838

39+
- name: Build
40+
run: yarn build:packages
41+
3942
- name: Publish packages
4043
run: yarn version:publish
4144
env:

0 commit comments

Comments
 (0)