fix(scripts): cleanup temporary release archives after plugin installation (#711)

This commit is contained in:
Yash Raj
2026-08-08 12:57:03 +05:30
committed by GitHub
parent f24c23ac4d
commit 878a9a4d3b
+3
View File
@@ -100,6 +100,9 @@ mkdir -p "releases/v${version}"
install_plugin "$version" "$url" "releases/v${version}.tar.gz" "releases/v${version}"
# Clean up temporary release artifacts
rm -rf "releases/v${version}.tar.gz" "releases/v${version}"
echo
echo "Helm Dashboard is installed. To start it, run the following command:"
echo "helm dashboard"