We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb97d9 commit 34e8999Copy full SHA for 34e8999
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