Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offer to fork index instead of failing during publishing #1535

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

mosteo
Copy link
Member

@mosteo mosteo commented Jan 19, 2024

Before, we checked that the user fork existed or else errored out during manifest generation, despite the ability to fork on the user's behalf being available later during submission.

This way, if the user's fork doesn't exist, we offer to create it already instead of aborting, and the process continues on.

The inconsistency arose from the fact that in the initial implementation, generating the manifest and automatic submission were two separate invocations, whereas now the latter follows the former during the same invocation.

@mosteo mosteo marked this pull request as ready for review January 19, 2024 18:50
@mosteo mosteo merged commit ed9729d into alire-project:master Jan 22, 2024
13 checks passed
@mosteo mosteo deleted the fix/publish-workflow branch January 22, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants