You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments