File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197197 github.repository_owner == 'PhotonVision' &&
198198 startsWith(github.ref, 'refs/tags/v')
199199 run : |
200- ./gradlew publish -Pthirdparty
200+ ./gradlew publish -Pthirdparty -i
201201 working-directory : combiner
202202 env :
203203 MAVEN_PUBLISH_URL : ' https://maven.photonvision.org/releases'
Original file line number Diff line number Diff line change @@ -402,18 +402,6 @@ if (!project.hasProperty('jenkinsBuild')) {
402402 }
403403}
404404
405- publishing {
406- repositories {
407- maven {
408- url (' https://maven.photonvision.org/releases' )
409- credentials {
410- username " ghactions"
411- password System . getenv(" PUBLISH_PASSWORD" )
412- }
413- }
414- }
415- }
416-
417405model {
418406 publishing {
419407 publications {
You can’t perform that action at this time.
0 commit comments