Skip to content

Commit

Permalink
ci: use full path to check if an crates that must be bumped is in lis…
Browse files Browse the repository at this point in the history
…t of updated crates
  • Loading branch information
metaclips committed Dec 18, 2023
1 parent 89663f7 commit 5153c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/release/crates-to-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ done

crates_that_must_be_bumped=("ockam" "ockam_app_lib" "ockam_command")
for crate in "${crates_that_must_be_bumped[@]}"; do
if [[ $updated_crates == *"$crate"* ]]; then
if [[ $updated_crates == *"implementations/rust/ockam/$crate"* ]]; then
continue
fi

Expand Down

0 comments on commit 5153c54

Please sign in to comment.