Skip to content

Commit

Permalink
Tweak release information
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Feb 16, 2024
1 parent 261b7ff commit 81f2432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Update-PDFsamVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ else

# Publish the release and check in the updated files
echo "Publish the new portable app release"
[string]$releaseName = "{0} {1}" -f $appInfoContent["Details"]["AppID"], $appInfoContent["Version"]["DisplayVersion"]
[string]$releaseName = "{0} {1}" -f $appInfoContent["Details"]["Name"], $appInfoContent["Version"]["DisplayVersion"]
gh release create "$latestSourceVersionTag" "$pafAppInstaller" --title $releaseName --notes $releaseName
}
catch
Expand Down

0 comments on commit 81f2432

Please sign in to comment.