Skip to content

Commit

Permalink
Add verbosity to the publish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jul 29, 2024
1 parent cbd6ff3 commit 5466970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ports/rs_port/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function publish() {

# Check if versions do not match, and if so, publish them
if [ ! "${crate_version}" = "${project_version}" ]; then
echo "Publishing ${crate_version} -> ${project_version}"
echo "Publishing $1: ${crate_version} -> ${project_version}"
cargo publish --verbose --locked --token ${CARGO_REGISTRY_TOKEN}
fi
}
Expand Down

0 comments on commit 5466970

Please sign in to comment.