Skip to content

Commit d7805f8

Browse files
authored
3.x: Allow reruns of release actions by enabling bintray.override (#7176)
1 parent 4d325c6 commit d7805f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ if (rootProject.hasProperty("releaseMode")) {
349349
key = rootProject.bintrayKey
350350
configurations = ["archives"]
351351
publish = true
352+
override = true // Allows re-running the GHA upon release hangs
352353
pkg {
353354
repo = "RxJava"
354355
name = "RxJava"

0 commit comments

Comments
 (0)