Skip to content

Commit f936f54

Browse files
committed
Fix wrong exit condition
1 parent 8cb6bae commit f936f54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

β€Ždevelopment/src/Commands/ReleaseCommand.phpβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public function handle(CommandInvocation $command): int|null
278278

279279
$this->logger->info('Committing changes to composer.json files');
280280

281-
if ($this->executeRequireSuccess(
281+
if (!$this->executeRequireSuccess(
282282
'Failed to add changed files to commit',
283283
'git add **/composer.json',
284284
)) {

0 commit comments

Comments
 (0)