Skip to content

Commit

Permalink
Fix workflow to build packages before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
SeiyaKobayashi committed Aug 26, 2024
1 parent 7398f2b commit dcacebd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-dependencies
- name: Build package
run: yarn run compile
- uses: ./.github/actions/publish-package
with:
working-directory: ./packages/core
Expand Down

0 comments on commit dcacebd

Please sign in to comment.