From 4a9bdf1c37a06abe86d8745bca59911784a78d34 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 31 Oct 2022 13:00:46 +0100 Subject: [PATCH] fixed push command in ci --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f96ffd3..b6c46bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { branch 'main' } steps { - sh 'dotnet nuget push -s https://nuget.ellpeck.de/v3/index.json **/*.nupkg -k $BAGET -n true' + sh 'dotnet nuget push -s https://nuget.ellpeck.de/v3/index.json **/*.nupkg -k $BAGET -n' } } }