diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf92a9f..e12fe3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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