Skip to content

Commit 9b84941

Browse files
committed
ci: Skip bintrayPublish as well
1 parent b8331c2 commit 9b84941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.utility/bintray-release.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ apply plugin: 'maven'
66
apply plugin: 'maven-publish'
77

88
bintrayUpload.onlyIf { packageName && artifact && libraryName && libraryDescription }
9+
bintrayPublish.onlyIf { packageName && artifact && libraryName && libraryDescription }
910

1011
bintrayUpload.dependsOn assemble
1112
bintrayUpload.dependsOn sourcesJar

0 commit comments

Comments
 (0)