Skip to content

Commit

Permalink
[BUGFIX] Streamline used version in generated package artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jul 7, 2023
1 parent a44f6a6 commit 7a22509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builder/ArtifactGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private function generatePackageArtifact(Package\PackageInterface $package): Art
{
return new Artifact\PackageArtifact(
$package->getName(),
$package->getVersion(),
$package->getPrettyVersion(),
$package->getSourceReference(),
$package->getSourceUrl(),
$package->getDistUrl(),
Expand Down

0 comments on commit 7a22509

Please sign in to comment.