Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(workflow): configure git user for release workflow (#7)
- Added global configuration for user.email and user.name in the release.yml workflow: - Uses ${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com for the email. - Sets ${GITHUB_ACTOR} as the user name. - Ensures that Git commands like tagging and pushing operate without user identity issues in the release process. This update prevents potential failures due to missing Git user configuration during workflow execution.
- Loading branch information