Skip to content

Commit

Permalink
fix: install missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Jan 30, 2024
1 parent ed20662 commit c91dd36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install
- name: Install Dependencies
run: cd sdk && pnpm install
- name: Build SDK
run: pnpm run build:sdk
- name: Publish SDK
Expand Down

0 comments on commit c91dd36

Please sign in to comment.