removed nuget push for test

This commit is contained in:
Darth Affe 2024-08-27 19:55:06 +02:00
parent ec4d85c0d6
commit 8142a23109

View File

@ -370,7 +370,3 @@ jobs:
with: with:
name: StableDiffusion.NET.Backend-Nugets name: StableDiffusion.NET.Backend-Nugets
path: ./*.nupkg path: ./*.nupkg
- name: Nuget Push
id: nuget_push
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json