"Error App is unchanged, skipping release"

Hello,

Got this error: “Error App is unchanged, skipping release” when deploying on Github Actions. Is there any way to disable this or tell the cli to not return a failing status code specifically for this error?

There’s no way to do this currently. A hack for now could be to capture the output in a bash script. If it matches that error, you could return zero exit status.

I see, I don’t think that this was the behavior before. Any way a flag could be added to retain the previous behavior?

Yes I think the best course of action will be to add a new flag. Can you file an issue here GitHub - superfly/flyctl: Command line tools for fly.io services?

Done: Allow unchanged deploys · Issue #843 · superfly/flyctl · GitHub

show error same again