Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Remove unnecessary release type specification
The `release_type` parameter was being explicitly set to `patch` within the release workflow, which is redundant as the default bump is already set to `patch`. Removing this unnecessary specification streamlines the workflow and ensures consistency with the intended release strategy.
- Loading branch information