Skip to content

Commit 226e7ea

Browse files
committed
Maybe remove duplicate
1 parent 9d461e3 commit 226e7ea

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff 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'

publish.gradle

-12
Original file line numberDiff line numberDiff 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-
417405
model {
418406
publishing {
419407
publications {

0 commit comments

Comments
 (0)