superfly / flyctl-actions

:octocat: GitHub Action that wraps the flyctl
Apache License 2.0
260 stars 33 forks source link

Unchanged code causing CI failure #17

Closed charsleysa closed 1 year ago

charsleysa commented 2 years ago

Every now and then I'm getting this error when our CI runs due to the modified code not affecting the final build that's published to fly.io.

Error App is unchanged, skipping release

This error ends up causing the whole CI to fail.

Can this either be changed to a success or have a flag allowing this to be marked as a success instead of an error that ends up killing the CI run?

dentarg commented 1 year ago

From https://github.com/superfly/flyctl/issues/843#issuecomment-1173648475 it sounds like this issue has been solved