-
Notifications
You must be signed in to change notification settings - Fork 318
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
ci: add workflow for crate publishing #5005
Comments
Still not done; for |
As part of the For the crate ownership, I've started sending invites via API to adjust the setup, will comment when that's complete. |
Not quite: the job failed with error:
which is due to the way github checks out gitrefs in CI contexts: we're not simply using the "main" branch in that context, even though that's where the tag was made. |
Following up on the work to publish the workspace code to crates.io (#4978), we should add a CI workflow to automate that process. That work entails:
./deployments/scripts/publish-crates
Once that's handled, the crate publishing will happen automatically as part of our existing release process.
The text was updated successfully, but these errors were encountered: