bitrise-steplib / steps-google-play-deploy

MIT License
54 stars 35 forks source link

Adding FAILURE_REASON as an environment variable so it can be consume… #166

Closed dlucci closed 1 month ago

dlucci commented 1 month ago

… by whichever step is following Google Play Deploy

Checklist

Version

Requires a MAJOR/MINOR/PATCH version update

Context

This step will include a FAILURE_REASON which is why the apk/aab failed to upload to the Play Store

Changes

Adding env variable FAILURE_REASON for why the apk/aab failed to upload to the Play Store

Investigation details

Decisions