diff --git a/.github/workflows/nuget_publish.yml b/.github/workflows/nuget_publish.yml index 08b1973..7ab9b75 100644 --- a/.github/workflows/nuget_publish.yml +++ b/.github/workflows/nuget_publish.yml @@ -31,4 +31,4 @@ jobs: dotnet build -c Release dotnet pack -c Release dotnet nuget push bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_DEPLOY }} - dotnet nuget push bin/Release/*.snupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_DEPLOY }} +