Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use shared autorelease workflow (#17)
### TL;DR Simplified the auto-release workflow by utilizing a reusable workflow from init4tech/actions. ### What changed? Replaced the custom release verification and creation logic with a standardized reusable workflow. The new workflow maintains the same trigger conditions (pushing to main branch with changes to Cargo.toml) while reducing complexity. ### How to test? 1. Update the version in Cargo.toml 2. Push changes to the main branch 3. Verify that a new release is automatically created with the updated version
- Loading branch information