actually supply the key

This commit is contained in:
Ell 2023-11-30 22:06:14 +01:00
parent 7cab479901
commit 6d55f25050

View file

@ -14,4 +14,6 @@ steps:
branch: main
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet nuget push -s https://nuget.ellpeck.de/v3/index.json **/*.nupkg -k '$BAGET_KEY' -n true
- dotnet nuget push -s https://nuget.ellpeck.de/v3/index.json **/*.nupkg -k $BAGET_KEY -n true
secrets:
- baget_key