mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-07 12:22:59 +00:00
ci: commit updated Cargo.lock (#2418)
Follow up to #2416 Forgot to do `git add`. Also need to delete old actions updating package lock. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Removed legacy workflows related to updating package lock files. - Improved the update lockfiles script to ensure updated lockfiles are always included in amended commits. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
8
.github/workflows/make-release-commit.yml
vendored
8
.github/workflows/make-release-commit.yml
vendored
@@ -93,11 +93,3 @@ jobs:
|
||||
github_token: ${{ secrets.LANCEDB_RELEASE_TOKEN }}
|
||||
branch: ${{ github.ref }}
|
||||
tags: true
|
||||
- uses: ./.github/workflows/update_package_lock
|
||||
if: ${{ !inputs.dry_run && inputs.other }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: ./.github/workflows/update_package_lock_nodejs
|
||||
if: ${{ !inputs.dry_run && inputs.other }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user