🩹 El modo dry-run se ejecuta por defecto
This commit is contained in:
parent
a542996b93
commit
cf7b3b99ce
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ cd "$(dirname "$0")/.." || exit 1
|
|||
# ------------------------------------------------------------------------------
|
||||
if [[ "$EXECUTE" != "--execute" ]]; then
|
||||
echo "Running dry-run (default mode). Add --execute to publish"
|
||||
CARGO_RELEASE_CONFIG="$CONFIG" cargo release --package "$CRATE" "$LEVEL" --dry-run
|
||||
CARGO_RELEASE_CONFIG="$CONFIG" cargo release --package "$CRATE" "$LEVEL"
|
||||
else
|
||||
echo "Releasing $CRATE ($LEVEL)…"
|
||||
CARGO_RELEASE_CONFIG="$CONFIG" cargo release --package "$CRATE" "$LEVEL" --execute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue