The checkupdates bot fails to detect my app update

My app (WhatSave, com.simplified.wsstatussaver) was recently updated to version 2.1.0 (2100), but I noticed that F-Droid did not detect the update. Looking into it, I see that in one of the bot’s pipelines the following error is logged:

2025-03-04 05:10:29,064 WARNING: "com.simplified.wsstatussaver" branch not found on origin remote:

[6274](https://gitlab.com/fdroid/checkupdates-runner/-/jobs/9300806315#L6274) Cmd('git') failed due to: exit code(128)

[6275](https://gitlab.com/fdroid/checkupdates-runner/-/jobs/9300806315#L6275) cmdline: git fetch -v -- origin com.simplified.wsstatussaver:refs/remotes/origin/com.simplified.wsstatussaver

[6276](https://gitlab.com/fdroid/checkupdates-runner/-/jobs/9300806315#L6276) stderr: 'fatal: couldn't find remote ref com.simplified.wsstatussaver'

[6277](https://gitlab.com/fdroid/checkupdates-runner/-/jobs/9300806315#L6277)2025-03-04 05:10:36,399 ERROR: ...checkupdate failed for com.simplified.wsstatussaver : Couldn't find any version information

I would like to know if there is something wrong with my repository, either in the metadata or in the app versioning, so I can fix it as soon as possible.

The checkupdate bot won’t execute code so all this WhatSave/app/build.gradle.kts at v2.1.0 · mardous/WhatSave · GitHub can’t be used

We need a static version, easily extractable.

Oh, I see, I’ll proceed to fix that for the next release then. I already suspected I had broken something. Thanks