-
Notifications
You must be signed in to change notification settings - Fork 11
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 auto publish #16
Conversation
@JyJyJcr I think you can set |
You can test this action in |
seems I don't have enough authority. There is no tab |
and there is no way to revert the update of the crate (we only can yank it), it is hard to check the action. I set the action to publish with tag |
merge to try publish |
Hi @JyJyJcr , I prefer to use the |
Prerequisites:
CARGO_REGISTRY_TOKEN
as a github secret.Usage:
test-release
Upload
.gz
files as artifacts.v
Upload the files as release, and publish into
crates.io
.we already have
v0.1.3
, so I recommend to use a tag with build metadata, likev0.1.3+autobuild
v0.1.3+autopublish
, used in this PR.