Unable to cut a release after anna-app push without toggling visibility

Hi Anna team,

After running anna-app apps push, I encountered the following error when trying to cut a new release:

executa tool-xhz-researcher-python-e7k8xa3s: Version 0.2.5 already published with different content. Bump the executa version before publishing again. (bump version in the executa's executa.json — and pyproject.toml / the plugin manifest alongside it — then push again)

The current workaround is:

  1. Go to My Executas and open the tool’s editing page.
  2. Change the tool visibility to Private.
  3. Return to the Executa card and change the visibility back to Public.
  4. Go back to the Developer page.
  5. Cut the release again.

After toggling the visibility from public to private and back to public, the release can be cut successfully.

It may indicate that the release state or cache is not synchronized immediately after anna-app apps push.

Thanks!