Skip to content

Commit

Permalink
Commit change to Cargo.toml (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Schleich authored Nov 22, 2024
1 parent 07303ab commit a3c9b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/bump-and-tag.bash
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if [[ "$bump_deps_pattern" != '' ]]; then
cargo check

if [[ -n $bump_deps_version || -n $bump_deps_branch ]]; then
git commit Cargo.toml Cargo.lock -m "chore: Bump $bump_deps_pattern version to $bump_deps_version"
git commit Cargo.toml ${plugin_toml_path} Cargo.lock -m "chore: Bump $bump_deps_pattern version to $bump_deps_version"
else
echo "warn: no changes have been made to any workspace.dependencies matching $bump_deps_pattern"
fi
Expand Down

0 comments on commit a3c9b15

Please sign in to comment.