diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index 481382a..7158a95 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -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