This edit has already been successfully committed, please create a new Edit.
See original GitHub issueI had setup google play upload in this way:
- uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: "my.package.name"
releaseFiles: android/app/build/outputs/bundle/release/app-release.aab
track: alpha
The upload is working, and I see the aab in google play, but I am getting an error in github actions and it fails my build:
Error: This edit has already been successfully committed, please create a new Edit.
anyone know what is wrong?
P.S. I checked the version that I am uploading is unique and incremental number, so it is newer and higher version numbers.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Failed to upload apk, error: googleapi: Error 410: This Edit has ...
The apk is successfully uploaded to play store and released to ... I think the reason was that as playstore has already a...
Read more >How to modify existing, unpushed commit messages?
Another option is to use interactive rebase. This allows you to edit any message you want to update even if it's not the...
Read more >How to Edit Videos on TikTok: 15 Creative Tips - Hootsuite Blog
Wondering how to edit videos on Tiktok? Here are the most important tips, unwritten rules, and best practices to start with.
Read more >Control when app changes are published with managed ...
On the left menu, select Publishing overview. · Check that all your changes have been approved and are listed under “Changes ready to...
Read more >Revert changes - GitLab Docs
When you revert a commit in Git, you create a new commit that reverses all actions ... You must have a role in...
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
Yes, I am also seeing this error.
Awesome!