Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(workflow): configure git user for release workflow #7

Merged
merged 1 commit into from
Jan 3, 2025
Merged

Conversation

warnyul
Copy link
Member

@warnyul warnyul commented Jan 3, 2025

  • 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.

	•	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.
@warnyul warnyul self-assigned this Jan 3, 2025
@warnyul warnyul merged commit c7e309b into main Jan 3, 2025
3 checks passed
@warnyul warnyul deleted the release branch January 3, 2025 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant