release.yml Use NuGet Key directly

This commit is contained in:
Derek Bailey
2022-10-26 17:05:08 -07:00
committed by GitHub
parent b401957d5f
commit ff802c6802

View File

@@ -72,9 +72,6 @@ jobs:
- name: Upload to NuGet
run: |
dotnet nuget push -s https://api.nuget.org/v3/index.json -k $NUGET_AUTH_TOKEN */bin/Release/*.nupkg
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
dotnet nuget push "*/bin/Release/*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json