Error: Invalid value at 'track_config.releases[0].status' (type.googleapis.com/google.play.publishingapi.v3.Release.Status), ""
See original GitHub issueDescribe the bug When specify a track then I get a error message.
Workflow Step Configuration
- uses: r0adkll/upload-google-play@v1
if: ${{ steps.regex-match.outputs.match != '' }}
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: org.example
releaseFiles: ${{steps.sign.outputs.signedReleaseFile}}
track: production
Step Debugging
- I have enabled Step Debug Logging
2021-10-29T11:56:06.0427623Z ##[group]Run r0adkll/upload-google-play@v1
2021-10-29T11:56:06.0428181Z with:
2021-10-29T11:56:06.0445140Z serviceAccountJsonPlainText: ***
2021-10-29T11:56:06.0445863Z packageName: org.example
2021-10-29T11:56:06.0446636Z releaseFiles: android/app/build/outputs/bundle/release/app-release.aab
2021-10-29T11:56:06.0447322Z track: production
2021-10-29T11:56:06.0447854Z inAppUpdatePriority: 0
2021-10-29T11:56:06.0448349Z env:
2021-10-29T11:56:06.0448908Z JAVA_HOME: /opt/hostedtoolcache/Java_Adopt_jdk/11.0.12-7/x64
2021-10-29T11:56:06.0449525Z ANDROID_HOME: /root/.android/sdk
2021-10-29T11:56:06.0450069Z ANDROID_SDK_ROOT: /root/.android/sdk
2021-10-29T11:56:06.0450780Z SIGNED_RELEASE_FILE: android/app/build/outputs/bundle/release/app-release.aab
2021-10-29T11:56:06.0451441Z ##[endgroup]
2021-10-29T11:56:06.3575007Z Creating a new Edit for this release
2021-10-29T11:56:07.0792806Z Validating track 'production'
2021-10-29T11:56:07.3162949Z Uploading android/app/build/outputs/bundle/release/app-release.aab
2021-10-29T11:56:56.7899882Z Successfully uploaded 1 artifacts
2021-10-29T11:56:56.7902604Z Adding 1 artifacts to release on 'production' track
2021-10-29T11:56:57.3780046Z ##[error]Invalid value at 'track_config.releases[0].status' (type.googleapis.com/google.play.publishingapi.v3.Release.Status), ""
Issue Analytics
- State:
- Created 2 years ago
- Reactions:20
- Comments:10
Top Results From Across the Web
Falcon Sandbox v8.30 © Hybrid Analysis
Submit malware for free analysis with Falcon Sandbox and Hybrid Analysis technology. Hybrid Analysis develops and licenses analysis tools to fight malware.
Read more >dataset-dashboard.git - Gitblit
public final static String s_p_inv_dot_has_publisher = "http://onto.fel.cvut.cz/ontologies/dataset-descriptor/inv.has-publisher";.
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
Yep, works fine with
r0adkll/upload-google-play@v1.0.15
Adding the status property fixes the issue.