mirror of
https://github.com/Ellpeck/ExtremelySimpleLogger.git
synced 2024-11-21 17:53:28 +01:00
old command
This commit is contained in:
parent
6d55f25050
commit
56b0240d71
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +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
|
||||||
secrets:
|
secrets:
|
||||||
- baget_key
|
- baget_key
|
||||||
|
|
Loading…
Reference in a new issue