Skip to content

Commit

Permalink
Maybe remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 30, 2024
1 parent 9d461e3 commit 226e7ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
github.repository_owner == 'PhotonVision' &&
startsWith(github.ref, 'refs/tags/v')
run: |
./gradlew publish -Pthirdparty
./gradlew publish -Pthirdparty -i
working-directory: combiner
env:
MAVEN_PUBLISH_URL: 'https://maven.photonvision.org/releases'
Expand Down
12 changes: 0 additions & 12 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -402,18 +402,6 @@ if (!project.hasProperty('jenkinsBuild')) {
}
}

publishing {
repositories {
maven {
url ('https://maven.photonvision.org/releases')
credentials {
username "ghactions"
password System.getenv("PUBLISH_PASSWORD")
}
}
}
}

model {
publishing {
publications {
Expand Down

0 comments on commit 226e7ea

Please sign in to comment.