We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6b1b1 commit b57c6d8Copy full SHA for b57c6d8
.github/workflows/backends.yml
@@ -422,6 +422,6 @@ jobs:
422
name: StableDiffusion.NET.Backend-Nugets
423
path: ./*.nupkg
424
425
- - name: Nuget Push
426
- id: nuget_push
427
- run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
+ # - 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
0 commit comments