GitHub Actions: test release job without publishing

This commit is contained in:
Karl Tauber
2020-11-21 14:32:36 +01:00
parent 19ed538573
commit cce99c803e

View File

@@ -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 {