mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-15 06:01:25 +00:00
Use legacy NuGet key in 1.0.x releases
This commit is contained in:
parent
6dea456a25
commit
2ae1621a80
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pkgrelease.yml
vendored
2
.github/workflows/pkgrelease.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue