Invalid status provided! Must be one of 'completed', 'inProgress', 'halted', 'draft'. Got
See original GitHub issueDescribe the bug
Just updated from 1.0.18 to 1.0.19 where the only thing that has changed in my configuration was the v1.0.18
-> v1.0.19
. However, I am seeing the following error when the workflow is run:
Invalid status provided! Must be one of 'completed', 'inProgress', 'halted', 'draft'. Got
I’ve never had to specify the status property in the YML and per the README, it seems that has a default value that gets resolved if it is not specified.
Workflow Step Configuration
- name: Deploy to Play Store
uses: r0adkll/upload-google-play@v1.0.19
with:
serviceAccountJsonPlainText: ${{ ***** }}
packageName: *****
releaseFile: app/build/outputs/bundle/release/app-release.aab
track: *****
Step Debugging
- I have enabled Step Debug Logging
Issue Analytics
- State:
- Created a year ago
- Comments:7
Top Results From Across the Web
upload_to_play_store - fastlane docs
Parameters ; track_promote_release_status, Promoted track release status (used when promoting a track) - valid values are completed, draft, halted, inProgress ...
Read more >Upload Android Release to Play Store · Actions - GitHub
status, Release status. Defaults to completed if targeting 100% rollout, halted for 0%, and inProgress for anything in between. Defaults to completed, One...
Read more >Configuring EAS Submit with eas.json - Expo Documentation
If you'd like EAS CLI to pick up another submit profile, you need to specify it ... (enum: completed, draft, halted, inProgress) -...
Read more >Web service error codes (Microsoft Dataverse) - Power Apps
Message: Invalid state code passed in expression. 0x8006040e ... Message: The entity "{0}" must have at least one form or view in the...
Read more >draft-ietf-sidrops-aspa-verification-11 - BGP AS_PATH ...
BGP AS_PATH Verification Based on Resource Public Key Infrastructure (RPKI) Autonomous System Provider Authorization (ASPA) Objects
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There is no tagged release yet with the fix.
This should be fixed in master, and will be available in a tagged release soon 😃