Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Update nightly release workflow to count new commits
This commit updates the nightly release workflow to accurately count new commits. - Adds a checkout step with `fetch-depth: 0` to ensure all commits are fetched. - Uses `git log` to count the number of commits made in the last 24 hours.
- Loading branch information