mirror of
https://github.com/edu4rdshl/rusolver.git
synced 2026-07-17 23:24:55 +00:00
Bump version.
This commit is contained in:
parent
f64d79c657
commit
a80e4e6d67
1 changed files with 7 additions and 7 deletions
14
builder.sh
14
builder.sh
|
|
@ -70,12 +70,12 @@ if command -v git >/dev/null; then
|
|||
git push
|
||||
fi
|
||||
|
||||
echo "Uploading crate to crates.io..."
|
||||
if cargo publish --no-verify > /dev/null; then
|
||||
echo "Crate uploaded."
|
||||
else
|
||||
echo "An error has occurred while uploading the crate to crates.io."
|
||||
exit
|
||||
fi
|
||||
#echo "Uploading crate to crates.io..."
|
||||
#if cargo publish --no-verify > /dev/null; then
|
||||
# echo "Crate uploaded."
|
||||
#else
|
||||
# echo "An error has occurred while uploading the crate to crates.io."
|
||||
# exit
|
||||
#fi
|
||||
|
||||
echo "All builds have passed!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue