Skip to content

Commit

Permalink
✨ Update release workflow to use 'uv run' for version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
grelinfo committed Nov 26, 2024
1 parent 2645aa3 commit 4d889c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Bump version
run: hatch version $RELEASE_VERSION
run: uv run hatch version $RELEASE_VERSION

- name: Commit version
run: |
Expand Down

0 comments on commit 4d889c0

Please sign in to comment.