You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I upload a drafted build into internal track but, there is no attached release notes and I checked the logs and everything works fine.
Workflow Step Configuration
- name: Deploy to Play Storeid: deployuses: r0adkll/[email protected]with:
serviceAccountJson: service_account.jsonpackageName: com.xxxreleaseFiles: app/build/outputs/bundle/release/app-release.aabtrack: internalwhatsNewDirectory: distribution/whatsnewstatus: draftmappingFile: app/build/outputs/mapping/release/mapping.txt
Step Debugging
##[debug]Evaluating condition for step: 'Deploy to Play Store (internal)'
##[debug]Evaluating: success()
##[debug]Evaluating success:
##[debug]=> true
##[debug]Result: true
##[debug]Starting: Deploy to Play Store (internal)
##[debug]Loading inputs
##[debug]Evaluating: github.event.inputs.track
##[debug]Evaluating Index:
##[debug]..Evaluating Index:
##[debug]....Evaluating Index:
##[debug]......Evaluating github:
##[debug]......=> Object
##[debug]......Evaluating String:
##[debug]......=> 'event'
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'inputs'
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'track'
##[debug]=> 'internal'
##[debug]Result: 'internal'
##[debug]Loading env
Run r0adkll/[email protected]
Creating a new Edit for this release
##[debug]This new edit expires at 1716[2](https://github.com/xxx/xxx-android/actions/runs/9172443408/job/25219504947#step:13:2)92830
Validating track 'internal'
Uploading app/build/outputs/bundle/release/app-release.aab
##[debug][1[3](https://github.com/xxx/xxx-android/actions/runs/9172443408/job/25219504947#step:13:3)243175695929076052, packageName=com.***]: Uploading App Bundle @ app/build/outputs/bundle/release/app-release.aab
##[debug][132[4](https://github.com/xxx/xxx-android/actions/runs/9172443408/job/25219504947#step:13:4)3175695929076052, versionCode=[5](https://github.com/xxx/xxx-android/actions/runs/9172443408/job/25219504947#step:13:5)8, packageName=com.***]: Uploading Proguard mapping file @ app/build/outputs/mapping/release/mapping.txt
Successfully uploaded 1 artifacts
##[debug]Creating release for:
##[debug]edit=13243175[6](https://github.com/xxx/xxx-android/actions/runs/9172443408/job/25219504947#step:13:6)95929076052
##[debug]track=internal
##[debug]status=draft
##[debug]versionCodes=58
##[debug]Executing readLocalizedReleaseNotes
##[debug]Found files: whatsnew-en-US
##[debug]Matches for whatsnew-en-US = whatsnew-en-US,en-US,en-US,
##[debug]Found localized 'whatsnew-*-*' for Lang(en-US)
Committing the Edit
Successfully committed 132431[7](https://github.com/xxx/xxx-android/actions/runs/9172443408/job/25219504947#step:13:7)5695929076052
Finished uploading to the Play Store: 13243175695929076052
##[debug]Node Action run completed with exit code 0
##[debug]GOOGLE_APPLICATION_CREDENTIALS='service_account.json'
##[debug]INTERNAL_SHARING_DOWNLOAD_URL='https://play.google.com/apps/test/com.***/5[8](https://github.com/xxx/xxx-android/actions/runs/9172443408/job/25219504947#step:13:8)'
##[debug]Set output internalSharingDownloadUrl = https://play.google.com/apps/test/com.***/58
##[debug]Finishing: Deploy to Play Store (internal)
Step Debugging For LocalizedReleaseNotes
##[debug]Executing readLocalizedReleaseNotes
##[debug]Found files: whatsnew-en-US
##[debug]Matches for whatsnew-en-US = whatsnew-en-US,en-US,en-US,
##[debug]Found localized 'whatsnew-*-*' for Lang(en-US)
Committing the Edit
Successfully committed 132431[7](https://github.com/xxx/xxx-android/actions/runs/9172443408/job/25219504947#step:13:7)5695929076052
Finished uploading to the Play Store: 13243175695929076052
##[debug]Node Action run completed with exit code 0
##[debug]GOOGLE_APPLICATION_CREDENTIALS='service_account.json'
##[debug]INTERNAL_SHARING_DOWNLOAD_URL='https://play.google.com/apps/test/com.***/5[8](https://github.com/xxx/xxx-android/actions/runs/9172443408/job/25219504947#step:13:8)'
##[debug]Set output internalSharingDownloadUrl = https://play.google.com/apps/test/com.***/58
##[debug]Finishing: Deploy to Play Store (internal)
The text was updated successfully, but these errors were encountered:
Apologies for the late response. Is this still an issue? I see from the logs that the action is working correctly, so I'm wondering if this was a bug/behavior with Google Play APIs
Describe the bug
I upload a drafted build into internal track but, there is no attached release notes and I checked the logs and everything works fine.
Workflow Step Configuration
Step Debugging
Step Debugging For LocalizedReleaseNotes
The text was updated successfully, but these errors were encountered: