Remove towncrier invocation when building nightly.

This commit is contained in:
Benoit Marty 2024-06-27 11:45:14 +02:00
parent 8a609c4ab5
commit a565a0396f
4 changed files with 6 additions and 15 deletions

View file

@ -140,8 +140,7 @@ android {
artifactPath = "$rootDir/app/build/outputs/apk/gplay/nightly/app-gplay-universal-nightly.apk"
// artifactType = "AAB"
// artifactPath = "$rootDir/app/build/outputs/bundle/nightly/app-nightly.aab"
// This file will be generated by the GitHub action
releaseNotesFile = "CHANGES_NIGHTLY.md"
releaseNotesFile = "tools/release/ReleaseNotesNightly.md"
groups = "external-testers"
// This should not be required, but if I do not add the appId, I get this error:
// "App Distribution halted because it had a problem uploading the APK: [404] Requested entity was not found."