Skip to content

Commit 4d889c0

Browse files
committed
✨ Update release workflow to use 'uv run' for version bumping
1 parent 2645aa3 commit 4d889c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
2424

2525
- name: Bump version
26-
run: hatch version $RELEASE_VERSION
26+
run: uv run hatch version $RELEASE_VERSION
2727

2828
- name: Commit version
2929
run: |

0 commit comments

Comments
 (0)