Skip to content

Commit

Permalink
chore: use v0.2.44 cargo-workspace for bumping version (#1997)
Browse files Browse the repository at this point in the history
the newest cargo-workspace can't be installed due to a compile error

---------

Signed-off-by: BubbleCal <[email protected]>
  • Loading branch information
BubbleCal authored Feb 26, 2024
1 parent 7b2700f commit 11ddf0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ runs:
working-directory: rust
shell: bash
run: |
cargo install cargo-workspaces
cargo install cargo-workspaces --version 0.2.44
cargo ws version --no-git-commit -y --exact --force 'lance*' ${{ inputs.part }}
4 changes: 2 additions & 2 deletions .github/workflows/make-release-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check out main
uses: actions/checkout@v4
with:
ref: main
ref: ${{ github.ref }}
persist-credentials: false
fetch-depth: 0
lfs: true
Expand All @@ -52,6 +52,6 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.LANCE_RELEASE_TOKEN }}
branch: main
branch: ${{ github.ref }}
tags: true

0 comments on commit 11ddf0b

Please sign in to comment.