nvalid value at 'track_config.releases[0].status'
See original GitHub issueHello,
recently I have started to get this error:
Run r0adkll/upload-google-play@v1
Warning: WARNING!! 'releaseFile' is deprecated and will be removed in a future release. Please migrate to 'releaseFiles'.
Creating a new Edit for this release
Validating track 'alpha'
Uploading app-release.aab
Successfully uploaded 1 artifacts
Adding 1 artifacts to release on 'alpha' track
Error: Invalid value at 'track_config.releases[0].status' (type.googleapis.com/google.play.publishingapi.v3.Release.Status), ""
my script looke like:
- name: Release app to alpha track
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.PLAYSTORE_ACCOUNT_KEY }}
packageName: com.senio.assist
releaseFile: app-release.aab
track: alpha
whatsNewDirectory: distribution/whatsnew
I did not get it earlier. Any ideas why it so?
Thanks
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
Tpl funcion does not work in range · Issue #5979 - GitHub
error calling tpl: Cannot retrieve Template.Basepath from values inside tpl function: {{ .name }} (BasePath is not a value).
Read more >Caveats in Release 12.2(33)SXH - Cisco Content Hub
Identifier Technology Description
CSCdp33836 AAA unhide aaa authorization console and warn user
CSCek46627 AAA Accounting method list update failed .
CSCsb11698 AAA Input Queue Wedge with...
Read more >1202751 – Rebase FreeRADIUS to 3.0.12 or later minor release
radclient defaults to expecting Access-Accept responses to Status-Server. ... Fix parse error in rediswho * Fix regex support in SQL radcheck the "users" ......
Read more >Linode API - Release Notes
Guides and tutorials on the Linode platform, Linux basics, and software installation and configuration.
Read more >Previous Features and Fixed Issues - Product Documentation
This release includes Google Cloud SQL server file based log monitoring for General query, Slow query, and Error log files. This release includes...
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
Or it could be the other issue in this repo for the same problem that provides a solution as well…
tl;dr, This was a version bug in 1.0.16, temp solution is to change to
@v1.0.15
instead of@v1
Tested, works.
@r0adkll close this issue please, it’s a dupe of #80
@yairm210 who is using google apis directly? did not get anything… If there is a bug do you know when it is fixed?