ci: fix vectordb release (#2422)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the release workflow to include an additional step for
improved process reliability. No changes to user-facing functionality.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Will Jones
2025-06-04 17:06:02 -07:00
committed by GitHub
parent d5f2eca754
commit e2f2ea32e4
2 changed files with 62 additions and 0 deletions

View File

@@ -539,6 +539,8 @@ jobs:
# We need to deprecate the old package to avoid confusion.
# Each time we publish a new version, it gets undeprecated.
run: npm deprecate vectordb "Use @lancedb/lancedb instead."
- name: Checkout
uses: actions/checkout@v4
- name: Update package-lock.json
run: bash ci/update_lockfiles.sh
- name: Push new commit