Bubble up the error to main instead of panicking
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user