We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23554e commit 21df9ffCopy full SHA for 21df9ff
1 file changed
.github/workflows/Version.Nuget.Publish.yml
@@ -57,7 +57,7 @@ jobs:
57
Write-Host "Publishing $file..."
58
dotnet nuget push $file.FullName --api-key "${{ secrets.WRAPTHATNUGET }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
59
} else {
60
- Write-Host "Warning: Skipping $file (not a valid version for publishing)"
+ Write-Host "::warning file=$($file.FullName)::Skipping package with version $version (alpha versions are not allowed)."
61
}
62
63
0 commit comments