Bubble up the error to main instead of panicking

This commit is contained in:
Zykino
2024-12-22 21:09:55 +01:00
parent b9bffdc19c
commit dd706228e4
10 changed files with 1119 additions and 325 deletions

View File

@ -11,7 +11,7 @@ fi
if cargo publish --dry-run; then
echo "Creating tag: $TAG"
echo "Do not forget to push it: git push origin $TAG"
echo "Do not forget to push the tag and publish the crate: git push origin $TAG ; cargo publish"
git tag -a "$TAG" -m "Version $CURRENT_VERSION"
else