We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 270c141 + a6817a1 commit b239a33Copy full SHA for b239a33
1 file changed
.github/workflows/publish.yml
@@ -81,9 +81,9 @@ jobs:
81
--source https://api.nuget.org/v3/index.json \
82
--skip-duplicate
83
84
- # Publish main package git (depends on Runtime)
+ # Publish main package (depends on Runtime)
85
echo "Publishing SharpAssert (main package)..."
86
- dotnet nuget push ./packages/SharpAssert.*.nupkg \
+ dotnet nuget push ./packages/SharpAssert.[0-9]*.nupkg \
87
--api-key ${{ secrets.NUGET_API_KEY }} \
88
89
0 commit comments