App Store Publishing Failing with 400

Hi Everyone,

Did something change with the app store api?

I am getting a 400 status code when using the build-and-publish action that I’ve been using for a while now.

Here is the Error,

Creating signature for app release
Creating new app release in Nextcloud appstore (nightly=false)
Using token authentication
curl: (22) The requested URL returned error: 400
Error: Process completed with exit code 22.

This is the git action run that is failing,

And the git worflow it self,

Thanks in advance!
Sebastian

Well… :man_facepalming: it was caused by a stupid accidental space in front of the version number in the info.xml… ’ 1.0.15’ :x: