Skip to content

Commit

Permalink
3.x: Allow reruns of release actions by enabling bintray.override (#7176
Browse files Browse the repository at this point in the history
)
  • Loading branch information
akarnokd authored Feb 2, 2021
1 parent 4d325c6 commit d7805f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ if (rootProject.hasProperty("releaseMode")) {
key = rootProject.bintrayKey
configurations = ["archives"]
publish = true
override = true // Allows re-running the GHA upon release hangs
pkg {
repo = "RxJava"
name = "RxJava"
Expand Down

0 comments on commit d7805f8

Please sign in to comment.