Skip to content

Commit 8e509c1

Browse files
committed
👷 Update release workflow to lock dependencies after version bump
1 parent 93fd09c commit 8e509c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050

5151
- name: Bump version if necessary
5252
if: ${{ steps.release-version.outputs.release-version != steps.current-version.outputs.current-version }}
53-
run: uv run hatch version $RELEASE_VERSION
53+
run: |
54+
uv run hatch version $RELEASE_VERSION
55+
uv lock
5456
5557
- name: Commit and push changes
5658
if: ${{ steps.release-version.outputs.release-version != steps.current-version.outputs.current-version }}

0 commit comments

Comments
 (0)