fix: Use internal track

This commit is contained in:
PartyDonut 2025-08-15 08:27:38 +02:00
parent a179994a1f
commit b9e817d582

View file

@ -682,7 +682,7 @@ jobs:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: "nl.jknaapen.fladder"
releaseFiles: "fladder-android/${{ needs.build-android.outputs.artifact_suffix }}.aab"
track: ${{ needs.fetch-info.outputs.build_type == 'nightly' && 'qa' || 'production' }}
track: ${{ needs.fetch-info.outputs.build_type == 'nightly' && 'internal' || 'production' }}
status: ${{ needs.fetch-info.outputs.build_type == 'nightly' && 'completed' || 'draft' }}
release_web: