Skip to content

Commit

Permalink
fix(update): add back log about channel pointing to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Oct 28, 2022
1 parent 33ea24d commit 40657ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eas-cli/src/commands/update/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ export default class UpdatePublish extends EasCommand {
branchId,
channelName: branchName,
});
Log.withTick(`Channel: ${chalk.bold(branchName)} pointed at branch: ${chalk.bold(branchName)}`);

// Sort the updates into different groups based on their platform specific runtime versions
const updateGroups: PublishUpdateGroupInput[] = Object.entries(runtimeToPlatformMapping).map(
Expand Down

0 comments on commit 40657ba

Please sign in to comment.