Skip to content

Commit 23d9751

Browse files
committed
ci: build dependant packages before publishing
1 parent 9b52063 commit 23d9751

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
GITHUB_USER: github-actions[bot]
5656
GITHUB_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
- name: Build
59+
run: yarn turbo run build --filter @skyra/${{ github.event.inputs.package }}
5860
- name: Bump Versions and make release
5961
run: yarn bump
6062
working-directory: packages/${{ github.event.inputs.package }}

0 commit comments

Comments
 (0)