File tree Expand file tree Collapse file tree
src.kotlin/alphaTab/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 if : needs.check_sha.outputs.hit == 'false'
7878 runs-on : windows-latest
7979 env :
80+ KOTLIN_REQUIRE_SIGNING : true
8081 OSSRH_USERNAME : ${{secrets.OSSRH_USERNAME}}
8182 OSSRH_PASSWORD : ${{secrets.OSSRH_PASSWORD}}
8283 OSSRH_USERTOKEN_USERNAME : ${{secrets.OSSRH_USERTOKEN_USERNAME}}
Original file line number Diff line number Diff line change 4949 name : Kotlin (Android)
5050 runs-on : windows-latest
5151 env :
52+ KOTLIN_REQUIRE_SIGNING : true
5253 OSSRH_USERNAME : ${{secrets.OSSRH_USERNAME}}
5354 OSSRH_PASSWORD : ${{secrets.OSSRH_PASSWORD}}
5455 OSSRH_USERTOKEN_USERNAME : ${{secrets.OSSRH_USERTOKEN_USERNAME}}
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ signing {
203203 if (sonatypeSigningKeyId.isNotBlank() && sonatypeSigningKey.isNotBlank() && sonatypeSigningPassword.isNotBlank()) {
204204 useInMemoryPgpKeys(sonatypeSigningKeyId, sonatypeSigningKey, sonatypeSigningPassword)
205205 sign(publishing.publications[" release" ])
206- } else if (System .getenv(" GITHUB_ACTIONS " ) == " true" ) {
206+ } else if (System .getenv(" KOTLIN_REQUIRE_SIGNING " ) == " true" ) {
207207 logger.error(" Missing Signing Key configuration" )
208208 throw Exception (" Missing Signing Key configuration" )
209209 }
You can’t perform that action at this time.
0 commit comments