Skip to content

Commit 7747c1a

Browse files
committed
Fix missing isGroupBump/bumpSources in publish command
1 parent aee0eaf commit 7747c1a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/bumpy/src/commands/publish.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ async function findUnpublishedPackages(
157157
bumpFiles: [],
158158
isDependencyBump: false,
159159
isCascadeBump: false,
160+
isGroupBump: false,
161+
bumpSources: [],
160162
});
161163
}
162164
}

0 commit comments

Comments
 (0)