Skip to content

ci: add crates.io publish workflow on version tags#2

Merged
davidbayo10 merged 1 commit into
masterfrom
ci/add-crates-publish-workflow
Apr 2, 2026
Merged

ci: add crates.io publish workflow on version tags#2
davidbayo10 merged 1 commit into
masterfrom
ci/add-crates-publish-workflow

Conversation

@davidbayo10

Copy link
Copy Markdown
Owner

Summary

  • Adds .github/workflows/publish.yml que se dispara al hacer push de un tag v*
  • Ejecuta cargo publish usando el secret CARGO_REGISTRY_TOKEN

Uso

git tag v0.1.0
git push origin v0.1.0

Requisito previo

Añadir el token de crates.io en Settings → Secrets and variables → Actions con el nombre CARGO_REGISTRY_TOKEN.

@davidbayo10 davidbayo10 merged commit 3ba69f0 into master Apr 2, 2026
5 checks passed
@davidbayo10 davidbayo10 deleted the ci/add-crates-publish-workflow branch April 2, 2026 17:55
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.

1 participant