This commit is contained in:
Ell 2023-11-30 22:05:18 +01:00
parent 8c93c6f451
commit 7cab479901

View file

@ -14,4 +14,4 @@ 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