Skip to content

Commit 21df9ff

Browse files
committed
new attempt on getting a yellow build when non-releases
1 parent d23554e commit 21df9ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Version.Nuget.Publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
Write-Host "Publishing $file..."
5858
dotnet nuget push $file.FullName --api-key "${{ secrets.WRAPTHATNUGET }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
5959
} else {
60-
Write-Host "Warning: Skipping $file (not a valid version for publishing)"
60+
Write-Host "::warning file=$($file.FullName)::Skipping package with version $version (alpha versions are not allowed)."
6161
}
6262
}
6363

0 commit comments

Comments
 (0)