re-fix jenkins
This commit is contained in:
parent
5b13021b2b
commit
4132d46f88
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -12,7 +12,7 @@ pipeline {
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh 'dotnet nuget push ./*.nupkg --source gitea --skip-duplicates'
|
||||
sh 'dotnet nuget push ./*.nupkg --source gitea --skip-duplicate'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user