mirror of
https://github.com/Ellpeck/ExtremelySimpleLogger.git
synced 2024-11-22 10:03:29 +01:00
actually supply the key
This commit is contained in:
parent
7cab479901
commit
6d55f25050
1 changed files with 3 additions and 1 deletions
|
@ -14,4 +14,6 @@ steps:
|
||||||
branch: main
|
branch: main
|
||||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
commands:
|
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
|
||||||
|
|
Loading…
Reference in a new issue