We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3160288 commit 7ebffbdCopy full SHA for 7ebffbd
1 file changed
.github/workflows/nuget_publish.yml
@@ -31,3 +31,4 @@ jobs:
31
dotnet build -c Release
32
dotnet pack -c Release
33
dotnet nuget push bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_DEPLOY }}
34
+ dotnet nuget push bin/Release/*.snupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_DEPLOY }}
0 commit comments