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

chore(ci): setup git user for release #2334

Merged
merged 2 commits into from
Nov 4, 2024
Merged

chore(ci): setup git user for release #2334

merged 2 commits into from
Nov 4, 2024

Conversation

millotp
Copy link
Contributor

@millotp millotp commented Nov 4, 2024

The automated release is failing because git doesn't know who is making the release, we can use algolia bot.

Error from the CI:

Committer identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "[email protected]"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'circleci@035beaf2cb28.(none)')

Copy link

netlify bot commented Nov 4, 2024

Deploy Preview for docsearch canceled.

Name Link
🔨 Latest commit f8840e4
🔍 Latest deploy log https://app.netlify.com/sites/docsearch/deploys/67288faa647e3d0008b80d23

Copy link

@Fluf22 Fluf22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should work

@millotp millotp enabled auto-merge (squash) November 4, 2024 09:11
@millotp millotp merged commit c777009 into main Nov 4, 2024
9 of 10 checks passed
@millotp millotp deleted the chore/set-git-user branch November 4, 2024 09:14
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.

2 participants