Use legacy NuGet key in 1.0.x releases

This commit is contained in:
Tony Bark 2020-12-13 06:59:23 -05:00 committed by GitHub
parent 6dea456a25
commit 2ae1621a80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,6 @@ jobs:
run: dotnet pack --no-restore -o .
- name: Publish to Nuget
env:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
NUGET_KEY: ${{ secrets.LEGACY_NUGET_KEY }}
NUGET_API: https://api.nuget.org/v3/index.json
run: dotnet nuget push CSTNet.*.nupkg -k $NUGET_KEY -s $NUGET_API