Skip to content

Commit d06df5c

Browse files
committed
ci: fix release workflow
1 parent 0d8ca5d commit d06df5c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ jobs:
4545
- name: Install
4646
run: pnpm install --frozen-lockfile
4747

48-
- name: Publish versions
48+
- name: Build packages
49+
run: pnpm nx run-many -t build --projects=@knuckles/*
50+
51+
- name: Publish packages
4952
run: pnpm nx release publish
5053

5154
- name: Create Release Pull Request

0 commit comments

Comments
 (0)