Update release.yml

This commit is contained in:
DarthAffe 2024-03-25 00:55:08 +01:00 committed by GitHub
parent 50cca14d29
commit d18c878231
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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