We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fd09c commit 8e509c1Copy full SHA for 8e509c1
.github/workflows/release.yml
@@ -50,7 +50,9 @@ jobs:
50
51
- name: Bump version if necessary
52
if: ${{ steps.release-version.outputs.release-version != steps.current-version.outputs.current-version }}
53
- run: uv run hatch version $RELEASE_VERSION
+ run: |
54
+ uv run hatch version $RELEASE_VERSION
55
+ uv lock
56
57
- name: Commit and push changes
58
0 commit comments