diff --git a/src/Commands/ArtifactCommand.php b/src/Commands/ArtifactCommand.php index 1fa1d8c..ef06a3c 100644 --- a/src/Commands/ArtifactCommand.php +++ b/src/Commands/ArtifactCommand.php @@ -356,7 +356,7 @@ protected function prepareArtifact(): void { $result = $this->commitAllChangesInGitRepository(); // Show all changes if needed. if ($this->showChanges) { - $this->io->info(sprintf('Added changes: %s', implode("\n", $result))); + $this->io->text(sprintf('Added changes: %s', implode("\n", $result))); $this->logNotice(sprintf('Added changes: %s', implode("\n", $result))); } }