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

Add publish job to release workflow #904

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kennethloeffler
Copy link
Member

@kennethloeffler kennethloeffler commented Apr 17, 2024

This PR adds an additional job to the release workflow that publishes both memofs and rojo to crates.io, using https://github.com/katyo/publish-crates. I chose this action because it can publish all crates in a workspace in the right order, and performs several important consistency checks to ensure safety.

For this job to work, we'll need to add a crates.io API token with the required access permissions for both memofs and Rojo to this repository's secrets with the name CARGO_REGISTRY_TOKEN.

@kennethloeffler kennethloeffler added the skip changelog PRs that may skip the changelog enforcement check label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changelog PRs that may skip the changelog enforcement check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant