Update publish_nuget.yml

This commit is contained in:
Morten Nielsen 2021-12-23 22:26:50 -08:00 committed by GitHub
parent 7b89fa1f6c
commit cc423dd6c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,3 +38,6 @@ jobs:
with:
name: NuGet Packages
path: artifacts/NuGet/Release
- name: Push to NuGet
run: dotnet nuget push nupkg\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org