Skip to content

Commit f313258

Browse files
committed
Fix intersect bug in get-changeset-arguments.sh
1 parent 58aa630 commit f313258

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/get-changeset-arguments.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ intersect() {
3434

3535
add_changed_reverse_package_deps() {
3636
packages="$1"
37+
# Keep the existing packages.
38+
echo "$packages"
3739
# We need to include reverse dependencies because if a dependency is
3840
# bumped, this also results in a patch bump of the dependent package.
3941
# But if the dependency is not actually changed (either directly or

0 commit comments

Comments
 (0)