mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-12 13:28:35 +00:00
Update release.yml
This commit is contained in:
parent
50cca14d29
commit
d18c878231
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Release
|
||||
name: release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@ -51,7 +51,5 @@ jobs:
|
||||
|
||||
- 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
|
||||
dotnet nuget push **\*.snupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
|
||||
|
||||
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user