question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

This edit has already been successfully committed, please create a new Edit.

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
petarmarijanovicfivecommented, Dec 10, 2020

Yes, I am also seeing this error. image

0reactions
r0adkllcommented, Dec 10, 2020

Awesome!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found