Always publish build scan

Follow up #2903.
This commit is contained in:
Goooler
2022-09-06 08:42:24 +08:00
parent 8263c6feb0
commit 5d8ab7db51
+1 -2
View File
@@ -23,8 +23,7 @@ gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlwaysIf(System.getenv("GITHUB_ACTIONS") == "true")
publishOnFailure()
publishAlways()
}
}