diff --git a/Jenkinsfile b/Jenkinsfile index f4936d5..1c7c28b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { } stage('Deploy') { steps { - sh 'dotnet nuget push ./*.nupkg --source gitea' + sh 'dotnet nuget push ./*.nupkg --source gitea --skip-duplicates' } } } diff --git a/franz/franz.csproj b/franz/franz.csproj index 0ba385f..b37e5e5 100644 --- a/franz/franz.csproj +++ b/franz/franz.csproj @@ -3,7 +3,7 @@ net6.0 greyn.franz - 1.0.1 + 1.1.0 Adam R Grey