diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 1970d8ebd..354a17228 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -460,7 +460,7 @@ jobs: release: name: vectordb NPM Publish - needs: [node, node-macos, node-linux, node-windows, node-windows-arm64] + needs: [node, node-macos, node-linux, node-windows] runs-on: ubuntu-latest # Only runs on tags that matches the make-release action if: startsWith(github.ref, 'refs/tags/v') @@ -500,7 +500,7 @@ jobs: release-nodejs: name: lancedb NPM Publish - needs: [nodejs-macos, nodejs-linux, nodejs-windows, nodejs-windows-arm64] + needs: [nodejs-macos, nodejs-linux, nodejs-windows] runs-on: ubuntu-latest # Only runs on tags that matches the make-release action if: startsWith(github.ref, 'refs/tags/v')