From cce99c803eb205c07789c68b1c5bf005c149a80b Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Sat, 21 Nov 2020 14:32:36 +0100 Subject: [PATCH] GitHub Actions: test release job without publishing --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a000073c..bab1dacd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ extra["bintray.dryRun"] = false // if true, uploaded artifacts are visible to all // if false, only visible to owner when logged into bintray -extra["bintray.publish"] = true +extra["bintray.publish"] = false allprojects {