We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12edcf1 commit 7d07698Copy full SHA for 7d07698
1 file changed
.github/workflows/nuget_publish.yml
@@ -31,4 +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