Skip to content

Commit f74fc1a

Browse files
committed
ci: checkout uv lock on failure
1 parent e772df0 commit f74fc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ echo " - Publish kubectl-marimo v$NEW_VERSION to PyPI"
130130
if ! confirm "Proceed with release?"; then
131131
print_warning "Release cancelled"
132132
# Restore files
133-
git checkout plugin/kubectl_marimo/__init__.py plugin/pyproject.toml
133+
git checkout plugin/kubectl_marimo/__init__.py plugin/pyproject.toml plugin/uv.lock
134134
exit 1
135135
fi
136136

0 commit comments

Comments
 (0)