The Rust-Tooling project is a collection of tools that can be used to help with the development of Rust projects in GitHub Actions.
- name: Publish to Crates.io
uses: 42ByteLabs/rust-tooling/publish@v0.1.6
with:
token: ${{ secrets.CARGO_PUBLISH_TOKEN }}
Mathew Payne 💻 👀 |
Please create GitHub Issues if there are bugs or feature requests.
This project uses Semantic Versioning (v2) and with major releases, breaking changes will occur.
This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.