Skip to content

Commit 60713bf

Browse files
committed
Add line break
1 parent ded32a7 commit 60713bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
106106
[xml]$xml = Get-Content Directory.Build.props
107107
$configuredVersionPrefix = $xml.Project.PropertyGroup.JsonApiDotNetCoreVersionPrefix | Select-Object -First 1
108+
108109
if ($configuredVersionPrefix -ne $versionPrefix) {
109110
Write-Error "Version prefix from git release tag '$versionPrefix' does not match version prefix '$configuredVersionPrefix' stored in Directory.Build.props."
110111
# To recover from this:

0 commit comments

Comments
 (0)