Skip to content

Commit

Permalink
[TASK] Update artifact version after successful migration
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jul 8, 2023
1 parent 549e5ce commit 5019fc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Builder/ArtifactReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ private function performMigrations(array $artifact): array
}
}

Helper\ArrayHelper::setValueByPath($artifact, 'artifact.version', ArtifactGenerator::VERSION);

return $artifact;
}

Expand Down

0 comments on commit 5019fc6

Please sign in to comment.