We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a842a commit 50f7aa3Copy full SHA for 50f7aa3
build.gradle
@@ -150,7 +150,7 @@ subprojects {
150
151
tasks.withType(Sign) {
152
onlyIf {
153
- def branch = System.getenv()["CIRRUS_BRANCH"]
+ def branch = System.getenv()["GITHUB_REF_NAME"]
154
return !artifactoryPublish.skip &&
155
(branch == 'master' || branch ==~ 'branch-[\\d.]+') &&
156
gradle.taskGraph.hasTask(":artifactoryPublish")
0 commit comments