You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible for the repository field in Cargo.toml and the actual location of the cloned repo to disagree with each other. If this happens, it can lead to inconsistencies in the CI process later; for example, trying to run cargo dist plan when publishing to axo releases will result in an attempt to ask the API about the wrong repo. We should try to catch this.
The text was updated successfully, but these errors were encountered:
It's possible for the
repository
field in Cargo.toml and the actual location of the cloned repo to disagree with each other. If this happens, it can lead to inconsistencies in the CI process later; for example, trying to runcargo dist plan
when publishing to axo releases will result in an attempt to ask the API about the wrong repo. We should try to catch this.The text was updated successfully, but these errors were encountered: