We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d461e3 commit 226e7eaCopy full SHA for 226e7ea
.github/workflows/main.yml
@@ -197,7 +197,7 @@ jobs:
197
github.repository_owner == 'PhotonVision' &&
198
startsWith(github.ref, 'refs/tags/v')
199
run: |
200
- ./gradlew publish -Pthirdparty
+ ./gradlew publish -Pthirdparty -i
201
working-directory: combiner
202
env:
203
MAVEN_PUBLISH_URL: 'https://maven.photonvision.org/releases'
publish.gradle
@@ -402,18 +402,6 @@ if (!project.hasProperty('jenkinsBuild')) {
402
}
403
404
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
-
417
model {
418
publishing {
419
publications {
0 commit comments