Skip to content

Commit 242e3a5

Browse files
committed
ci: fix bumpversion not found
1 parent 6387264 commit 242e3a5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
- name: Setup just by uv
6262
run: |
6363
uv tool install rust-just
64+
- name: Setup bumpvesion by uv
65+
run: |
66+
uv tool install bumpversion2
6467
- name: Prepare tools
6568
run: |
6669
git config --global user.email "waketzheng@gmail.com"

0 commit comments

Comments
 (0)