Skip to content

Commit

Permalink
ci(release): fix build step
Browse files Browse the repository at this point in the history
Signed-off-by: --help <[email protected]>
  • Loading branch information
MrSquaare committed Dec 18, 2024
1 parent 493cc43 commit ec1a26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: ./.github/actions/setup-env

- name: Build
run: pnpm build --filter @sandwich-ui/core @sandwich-ui/react
run: pnpm build --filter @sandwich-ui/core --filter @sandwich-ui/react

- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
Expand Down

0 comments on commit ec1a26e

Please sign in to comment.