From 97d6210c33757cc2b24b5a2b0f90519884756472 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Mon, 18 Nov 2024 11:32:44 -0800 Subject: [PATCH] ci: remove invalid references (#1834) Fix release job --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')