`release.yml` Changed Push to follow examples
This commit is contained in:
parent
8c8151f8f9
commit
b401957d5f
|
@ -72,7 +72,7 @@ jobs:
|
|||
|
||||
- name: Upload to NuGet
|
||||
run: |
|
||||
dotnet nuget push ./bin/Release/*.nupkg --api-key $NUGET_AUTH_TOKEN --source https://api.nuget.org/v3/index.json
|
||||
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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue