diff --git a/.changeset/config.json b/.changeset/config.json index dd957347..6a3a2c9b 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -3,7 +3,7 @@ "changelog": "@changesets/cli/changelog", "commit": false, "fixed": [], - "linked": ["@electric-sql/pglite-react", "@electric-sql/pglite"], + "linked": [], "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 94aecab2..7c926697 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -234,13 +234,6 @@ jobs: needs: [build-wasm-postgres] steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Download PGlite WASM build artifacts - uses: actions/download-artifact@v4 - with: - name: pglite-interim-build-files - path: ./packages/pglite/release - uses: pnpm/action-setup@v4 with: version: 8 @@ -248,8 +241,14 @@ jobs: with: node-version: 20 cache: pnpm + + - name: Download PGlite WASM build artifacts + uses: actions/download-artifact@v4 + with: + name: pglite-interim-build-files + path: ./packages/pglite/release - run: pnpm install --frozen-lockfile - - run: pnpm -r build + - run: pnpm --filter "./packages/**" build - name: Create Release Pull Request or Publish id: changesets uses: changesets/action@v1